blob: 44d4e71a47f2d95f508aaf9fdbcfa289278e402c (
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:TTCircleHotSpot
${1:HotspotMode="${2:Navigate}"
NavigateUrl="${3:https://github.com/pradosoft/prado}"}
AlternateText="${4:Navigate to Prado framework}"
X="${5:80}" Y="${6:80}" Radius="${7:55}" />$0</string>
<key>name</key>
<string>TCircleHotSpot (THotSpot)</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>THotSpot</string>
<key>uuid</key>
<string>0DE44657-21AB-4878-93E7-0FD458D8723A</string>
</dict>
</plist>
|