1<?xml version="1.0" encoding="UTF-8"?> 2 3<?context-directive job ctxfile x-setups.ctx ?> 4 5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands"> 6 7 <cd:command name="setoverloads" level="style" file="typo-ovl.mkxl"> 8 <cd:arguments> 9 <cd:resolve name="keyword-name"/> 10 </cd:arguments> 11 </cd:command> 12 13 <cd:command name="registeroverloads" level="style" file="typo-ovl.mkxl"> 14 <cd:arguments> 15 <cd:resolve name="keyword-name"/> 16 </cd:arguments> 17 </cd:command> 18 19 <cd:command name="resetoverloads" level="style" file="typo-ovl.mkxl"/> 20 21</cd:interface> 22 |