1
2
3
4
5
6
7
8
9
10
11
12
13
14\registerctxluafile { buff imp xml }{}
15
16\unprotect
17
18\definestartstop
19 [ XmlSnippet ]
20 [ DefaultSnippet ]
21
22\definestartstop
23 [ XmlSnippetName ]
24 [ \c!color = darkblue ,
25 \c!style = boldface ]
26
27\definestartstop
28 [ XmlSnippetKey ]
29 [ \c!color = darkgreen ,
30 \c!style = boldface ]
31
32\definestartstop
33 [ XmlSnippetBoundary ]
34 [ \c!color = darkblue ,
35 \c!style = boldface ]
36
37\definestartstop
38 [ XmlSnippetEntity ]
39 [ \c!color = darkred ,
40 \c!style = boldface ]
41
42\definestartstop
43 [ XmlSnippetString ]
44 [ \c!color = darkblue ,
45 \c!style = boldface ]
46
47\definestartstop
48 [ XmlSnippetEqual ]
49 [ \c!color = darkblue ,
50 \c!style = boldface ]
51
52\definestartstop
53 [ XmlSnippetComment ]
54 [ \c!color = darkyellow ,
55 \c!style = boldface ]
56
57\definestartstop
58 [ XmlSnippetCdata ]
59 [ \c!color = darkyellow ,
60 \c!style = boldface ]
61
62\definestartstop
63 [ XmlSnippetInstruction ]
64 [ \c!color = darkyellow ,
65 \c!style = boldface ]
66
67\definetyping
68 [ XML ]
69 [ \c!option = xml ]
70
71\protect \endinput
72 |