-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacros.ctm
38 lines (38 loc) · 1.02 KB
/
macros.ctm
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
<?xml version="1.0"?>
<!DOCTYPE DTDExtensions SYSTEM "ctm.dtd">
<DTDExtensions>
<ElementPropertiesList>
<ElementProperties>
<Name>MACRO</Name>
<TagColor>80FFFF</TagColor>
<PreserveSpace/>
<PrettyPrintOptions>
<BlankLineBeforeStartTag/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>MACROS</Name>
<TagColor>00FFFF</TagColor>
<PrettyPrintOptions>
<BlankLineBeforeStartTag/>
<BlankLineBeforeEndTag/>
</PrettyPrintOptions>
</ElementProperties>
</ElementPropertiesList>
<Templates>
</Templates>
<OnInsertElementList>
<OnInsertElement>
<Name>MACRO</Name>
<Lang>VBScript</Lang>
<InsertElemScript><![CDATA[Selection.InsertElement("MACRO")
Selection.InsertCDATASection]]></InsertElemScript>
</OnInsertElement>
</OnInsertElementList>
<FollowedByList>
<FollowedByListItem>
<Name>MACRO</Name>
<FollowedBy>MACRO</FollowedBy>
</FollowedByListItem>
</FollowedByList>
</DTDExtensions>