Files
atom/bundles/ruby-on-rails.tmbundle/Commands/Autocomplete Foreign Key Fixture Reference.tmCommand
2012-09-28 17:28:25 -06:00

26 lines
841 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>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/fixture_auto_complete.rb" </string>
<key>fallbackInput</key>
<string>line</string>
<key>input</key>
<string>selection</string>
<key>keyEquivalent</key>
<string>~</string>
<key>name</key>
<string>Autocomplete Foreign Key Fixture Reference</string>
<key>output</key>
<string>insertAsSnippet</string>
<key>scope</key>
<string>source.yaml, meta.rails.unit_test, meta.rails.functional_test</string>
<key>uuid</key>
<string>0BCF0EE2-35EE-4959-A771-E74D55271D5A</string>
</dict>
</plist>