blob: ed91b9193b03298d8969eea70ec02dc22b4f79fb (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<?context-directive job ctxfile x-setups.ctx ?>
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
<cd:command name="defineindenting" level="style" category="whitespace" file="spac-hor.mkiv">
<cd:arguments>
<cd:resolve name="keyword-name"/>
<cd:keywords list="yes">
<cd:constant type="small" prefix="cd:sign" method="none"/>
<cd:constant type="medium" prefix="cd:sign" method="none"/>
<cd:constant type="big" prefix="cd:sign" method="none"/>
<cd:constant type="none"/>
<cd:constant type="no"/>
<cd:constant type="not"/>
<cd:constant type="first"/>
<cd:constant type="next"/>
<cd:constant type="yes"/>
<cd:constant type="always"/>
<cd:constant type="never"/>
<cd:constant type="odd"/>
<cd:constant type="even"/>
<cd:constant type="normal"/>
<cd:constant type="reset"/>
<cd:constant type="toggle"/>
<cd:constant type="cd:dimension"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="setupindenting" level="style" category="whitespace" file="spac-hor.mkiv">
<cd:arguments>
<cd:keywords list="yes" optional="yes">
<cd:constant type="small" prefix="cd:sign" method="none"/>
<cd:constant type="medium" prefix="cd:sign" method="none"/>
<cd:constant type="big" prefix="cd:sign" method="none"/>
<cd:constant type="none"/>
<cd:constant type="no"/>
<cd:constant type="not"/>
<cd:constant type="first"/>
<cd:constant type="next"/>
<cd:constant type="yes"/>
<cd:constant type="always"/>
<cd:constant type="never"/>
<cd:constant type="odd"/>
<cd:constant type="even"/>
<cd:constant type="normal"/>
<cd:constant type="reset"/>
<cd:constant type="toggle"/>
<cd:constant type="cd:dimension"/>
<cd:constant type="cd:name"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="synchronizeindenting" level="system" category="whitespace" file="spac-hor.mkiv"/>
<cd:command name="useindentingparameter" level="system" category="whitespace" file="spac-hor.mkiv">
<cd:arguments>
<cd:csname/>
</cd:arguments>
</cd:command>
<cd:command name="indentation" coreprimitive="yes" level="document" category="whitespace" file="spac-hor.mkiv"/>
<cd:command name="noindentation" coreprimitive="yes" level="document" category="whitespace" file="spac-hor.mkiv"/>
<cd:command name="doindentation" coreprimitive="yes" level="system" category="whitespace" file="spac-hor.mkiv"/>
<cd:command name="checknextindentation" level="system" category="whitespace" file="spac-hor.mkiv">
<cd:arguments>
<cd:keywords>
<cd:constant type="yes"/>
<cd:constant type="no"/>
<cd:constant type="auto"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="useindentnextparameter" level="system" category="whitespace" file="spac-hor.mkiv">
<cd:arguments>
<cd:csname/>
</cd:arguments>
</cd:command>
<cd:command name="dorechecknextindentation" level="system" category="whitespace" file="spac-hor.mkiv"/>
<cd:command name="indentation" type="environment" begin="push" end="pop" level="system" category="whitespace" file="spac-hor.mkiv"/>
</cd:interface>
|