blob: d4861a4e67e0f8a00f998074c1eb93be63b90f4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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:TView ID="${1:view1}">
${0:<!-- ${1} content -->}
</com:TView></string>
<key>name</key>
<string>TView</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>TView</string>
<key>uuid</key>
<string>7AF6D08A-9FE4-46B9-8F16-2E26D45715CE</string>
</dict>
</plist>
|