buff-imp-xml.mkiv /size: 1380 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=buff-imp-xml,
3%D        version=2010.10.19,
4%D          title=\CONTEXT\ Visualizer Macros,
5%D       subtitle=\XML,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
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