mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-05 23:40:19 +00:00
17 lines
485 B
Plaintext
Executable File
17 lines
485 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><code>${1:$TM_SELECTED_TEXT}</code>$0</string>
|
|
<key>name</key>
|
|
<string>code copy</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>code</string>
|
|
<key>uuid</key>
|
|
<string>609B5634-26A4-49D8-8F4D-8D0895027641</string>
|
|
</dict>
|
|
</plist>
|