mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-05 15:30:18 +00:00
17 lines
474 B
Plaintext
Executable File
17 lines
474 B
Plaintext
Executable File
<?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><img src="$1"${2: title="${3:name}"} /></string>
|
|
<key>name</key>
|
|
<string>img</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>img</string>
|
|
<key>uuid</key>
|
|
<string>DF5C3A02-4A52-48BD-961D-2019CA980D53</string>
|
|
</dict>
|
|
</plist>
|