blob: 0534c429c3ea6ea64197ec02c70cc9f64a78a45e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string><com:TCheckBoxList ID="${1:checkBoxList1}">
${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" />
<com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0
</com:TCheckBoxList></string>
<key>name</key>
<string>TCheckBoxList</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>TCheckBoxList</string>
<key>uuid</key>
<string>76F11AC6-D441-4059-A70A-E3BB739EE515</string>
</dict>
</plist>
|