blob: 9e4c27f970846f01f29556cb1c3b34b1c2947a87 (
plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
.xmlcomment {
font-style: italic;
color: #01a801
}
.xmldefault {
font-style: normal;
color: #000000
}
.xmlentity {
font-style: normal;
color: #ffaa00
}
.xmlopeninstr {
font-style: normal;
color: #000000
}
.xmlcloseinstr {
font-style: normal;
color: #000000
}
.xmlinstrname {
font-style: normal;
color: #9965a6
}
.xmllowtag {
font-style: normal;
color: #000000
}
.xmltagname {
font-style: normal;
color: #0303ff
}
.xmllowclose {
font-style: normal;
color: #000000
}
.xmlopencomment {
font-style: italic;
color: #01a801
}
.xmlcommentend {
font-style: italic;
color: #01a801
}
.xmlcomment {
font-style: italic;
color: #01a801
}
.xmlopencdata {
font-style: normal;
color: #c45555
}
.xmlcdataend {
font-style: normal;
color: #c45555
}
.xmlcdata {
font-style: normal;
color: #000000
}
.xmlattributename {
font-style: normal;
color: #9965a6
}
.xmlequal {
font-style: normal;
color: #000000
}
.xmlattributevalue {
font-style: normal;
color: #973964
}
.xmlautoclose {
font-style: normal;
color: #000000
}
|