Files
atom/bundles/html.tmbundle/Commands/CodeCompletion HTML Attributes.tmCommand
Corey Johnson & Nathan Sobo f47b510d7c Add HTML TextMate bundle
2012-09-28 13:36:43 -06:00

29 lines
932 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>beforeRunningCommand</key>
<string>nop</string>
<key>bundleUUID</key>
<string>467B298F-6227-11D9-BFB1-000D93589AF6</string>
<key>command</key>
<string>#!/usr/bin/env ruby
require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion"
TextmateCodeCompletion.go!</string>
<key>fallbackInput</key>
<string>line</string>
<key>input</key>
<string>selection</string>
<key>keyEquivalent</key>
<string>~</string>
<key>name</key>
<string>CodeCompletion HTML Attributes</string>
<key>output</key>
<string>insertAsSnippet</string>
<key>scope</key>
<string>text.html punctuation.definition.tag -source, text.html meta.tag -entity.other.attribute-name -source</string>
<key>uuid</key>
<string>CBD82CF3-74E9-4E7A-B3F6-9348754EB5AA</string>
</dict>
</plist>