blob: b40a11a9838f935516c22a9c05994facf608a1bd (
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:TTableRow>
${1:<com:TTableCell>${2:cell 1}</com:TTableCell>
<com:TTableCell>${3:cell 2}</com:TTableCell>}$0
</com:TTableRow></string>
<key>name</key>
<string>TTableRow</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>TTableRow</string>
<key>uuid</key>
<string>8E764E2C-244E-4A93-9C0D-5E25689D1C85</string>
</dict>
</plist>
|