blob: e62bc9067c146986d691a9bb7a621fb6f7a9988c (
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
|
<?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="scite" type="environment" file="m-scite.mkiv">
<cd:arguments>
<cd:resolve name="keyword-scite-optional"/>
</cd:arguments>
</cd:command>
<cd:command name="scitefile" file="m-scite.mkiv">
<cd:arguments>
<cd:resolve name="keyword-file"/>
</cd:arguments>
</cd:command>
<cd:command name="scitebuffer" file="m-scite.mkiv">
<cd:arguments>
<cd:resolve name="keyword-scite-optional"/>
<cd:resolve name="keyword-buffer"/>
</cd:arguments>
</cd:command>
</cd:interface>
|