blob: 774195ccc32fb2c13771c8055caa49700c46ab41 (
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:TTableHeaderRow>
${1:<com:TTableHeaderCell Text="${2:header cell 1}" />
<com:TTableHeaderCell Text="${3:header cell 2}" />}$0
</com:TTableHeaderRow></string>
<key>name</key>
<string>TTableHeaderRow</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>TTableHeaderRow</string>
<key>uuid</key>
<string>C553AAE6-C788-4B2C-A388-18312FC9828B</string>
</dict>
</plist>
|