blob: 06e1997c52c234fe6613b5a48da7800fa7220df3 (
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
|
<?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="setupwhitespace" file="spac-ver.mkiv">
<cd:arguments>
<cd:keywords list="yes" optional="yes">
<cd:constant type="fix"/>
<cd:constant type="fixed"/>
<cd:constant type="flexible"/>
<cd:constant type="line"/>
<cd:constant type="halfline"/>
<cd:constant type="quarterline"/>
<cd:constant type="none" default="yes"/>
<cd:constant type="small"/>
<cd:constant type="medium"/>
<cd:constant type="big"/>
<cd:constant type="default"/>
<cd:constant type="cd:dimension"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="synchronizewhitespace" file="spac-ver.mkiv"/>
<cd:command name="correctwhitespace" file="spac-ver.mkiv">
<cd:arguments>
<cd:content/>
</cd:arguments>
</cd:command>
<cd:command name="packed" type="environment" file="spac-ver.mkiv">
<cd:arguments>
<cd:keywords optional="yes">
<cd:constant type="blank"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="unpacked" type="environment" file="spac-ver.mkiv"/>
<cd:command name="linecorrection" type="environment" file="spac-ver.mkiv">
<cd:arguments>
<cd:keywords list="yes" optional="yes">
<cd:constant type="blank"/>
<cd:inherit name="blank"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="locallinecorrection" type="environment" file="spac-ver.mkiv">
<cd:arguments>
<cd:keywords list="yes" optional="yes">
<cd:constant type="blank"/>
<cd:inherit name="blank"/>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:interface>
|