blob: 516fe2862ca3c4dfdf12eafe97d0837bd74bdf72 (
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//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string><com:TActiveTableRow>
${1:<com:TActiveTableCell>${2:cell 1}</com:TActiveTableCell>
<com:TActiveTableCell>${3:cell 2}</com:TActiveTableCell>}$0
</com:TActiveTableRow></string>
<key>name</key>
<string>TActiveTableRow</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>TActiveTableRow</string>
<key>uuid</key>
<string>6D11476C-C336-40A8-A39B-207B531FBAD3</string>
</dict>
</plist>
|