blob: 1b4ccc4c64128d36641a555902d4761972900bf0 (
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
|
<?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:TTable>
${1:<com:TTableRow>
<com:TTableHeaderCell Text="${2:header cell 1}" />
<com:TTableHeaderCell Text="${3:header cell 2}" />
</com:TTableRow>
<com:TTableRow>
<com:TTableCell>${4:cell 1}</com:TTableCell>
<com:TTableCell>${5:cell 2}$0</com:TTableCell>
</com:TTableRow>}
</com:TTable></string>
<key>name</key>
<string>TTable</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>TTable</string>
<key>uuid</key>
<string>BFD8CE92-59C7-47B2-9AE4-1B29ADE3CA0B</string>
</dict>
</plist>
|