mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-05 15:30:18 +00:00
21 lines
537 B
Plaintext
Executable File
21 lines
537 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><select${1: name="${2:name}"}>
|
|
$0
|
|
</select></string>
|
|
<key>keyEquivalent</key>
|
|
<string>^~@f</string>
|
|
<key>name</key>
|
|
<string>select</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>sel</string>
|
|
<key>uuid</key>
|
|
<string>A4C6B2AF-C03E-40ED-B5B8-AA863761E0D9</string>
|
|
</dict>
|
|
</plist>
|