buff-imp-lua.mkiv /size: 1399 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=buff-imp-lua,
3%D        version=2010.10.19,
4%D          title=\CONTEXT\ Visualizer Macros,
5%D       subtitle=\LUA,
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-lua}{}
15
16\unprotect
17
18\definestartstop
19    [LuaSnippet]
20    [DefaultSnippet]
21
22\definestartstop
23    [LuaSnippetName]
24    [\c!color=,
25     \c!style=boldface]
26
27\definestartstop
28    [LuaSnippetNameCore]
29    [\c!color=darkgreen,
30     \c!style=boldface]
31
32\definestartstop
33    [LuaSnippetNameBase]
34    [\c!color=darkgreen,
35     \c!style=boldface]
36
37\definestartstop
38    [LuaSnippetNameLibraries]
39    [\c!color=darkgreen,
40     \c!style=boldface]
41
42\definestartstop
43    [LuaSnippetBoundary]
44    [\c!color=darkblue,
45     \c!style=boldface]
46
47\definestartstop
48    [LuaSnippetString]
49    [LuaSnippet]
50
51\definestartstop
52    [LuaSnippetQuote]
53    [LuaSnippetBoundary]
54
55\definestartstop
56    [LuaSnippetSpecial]
57    [\c!color=darkred,
58     \c!style=boldface]
59
60\definestartstop
61    [LuaSnippetComment]
62    [\c!color=darkyellow,
63     \c!style=boldface]
64
65\definestartstop
66    [LuaSnippetCommentText]
67    [\c!color=darkyellow]
68
69\definetyping
70    [LUA]
71    [\c!option=lua]
72
73\protect \endinput
74