mirror of
https://github.com/kennethreitz-archive/html5.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
31 lines
798 B
Plaintext
31 lines
798 B
Plaintext
<?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><p>Copy for map:</p>
|
|
|
|
<img src ="path_here"
|
|
width="0" height="0"
|
|
alt="title"
|
|
usemap ="#mapname" />
|
|
|
|
<map id ="mapname">
|
|
<area shape ="rect" coords ="0,0,0,0"
|
|
href ="link_here.html" target ="_blank"
|
|
alt="Title Here" />
|
|
<area shape ="circle" coords ="0,0,0,0"
|
|
href ="link.html" target =" "
|
|
alt="Title Here" />
|
|
</map></string>
|
|
<key>name</key>
|
|
<string>Map</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>map5</string>
|
|
<key>uuid</key>
|
|
<string>635AAF07-3A54-4DD4-A9AD-77A84D6A3F35</string>
|
|
</dict>
|
|
</plist>
|