blob: d2dfec335946b85133a8f784331f10cb19e99e87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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:TPolygonHotSpot
${1:HotspotMode="${2:Navigate}"
NavigateUrl="${3:http://www.pradosoft.com}"}
AlternateText="${4:Navigate to pradosoft.com}"
Coordinates="${5:200,137,255}" />$0</string>
<key>name</key>
<string>TPolygonHotSpot (THotSpot)</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>THotSpot</string>
<key>uuid</key>
<string>3CFAD67E-EE9F-49F9-B606-D414E73ED8F7</string>
</dict>
</plist>
|