mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
26 lines
841 B
Plaintext
26 lines
841 B
Plaintext
<?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>
|