File: sh_nedit.css

package info (click to toggle)
libjpfcodegen-java 0.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 260 kB
  • sloc: java: 601; javascript: 353; xml: 232; makefile: 9
file content (67 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
pre.sh_sourceCode {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode span.sh_keyword {
  color: #000000;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode span.sh_type {
  color: #a52a2a;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode span.sh_string {
  color: #006400;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode span.sh_specialchar {
  color: #2e8b57;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode span.sh_comment {
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

pre.sh_sourceCode span.sh_number {
  color: #006400;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode span.sh_preproc {
  color: #27408b;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode span.sh_symbol {
  color: #000000;
  font-weight: bold;
  font-style: normal;
}

pre.sh_sourceCode span.sh_function {
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode span.sh_cbracket {
  color: #000000;
  font-weight: bold;
  font-style: normal;
}