mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
24 lines
896 B
Plaintext
24 lines
896 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//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/go_to_alternate_file.rb" model</string>
|
|
<key>input</key>
|
|
<string>none</string>
|
|
<key>keyEquivalent</key>
|
|
<string>~$@</string>
|
|
<key>name</key>
|
|
<string>Go to Model</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>scope</key>
|
|
<string>text.html.ruby, source.ruby.rails.embedded.html, meta.rails.helper, meta.rails.unit_test, source.js, source.css, source.yaml, meta.rails.controller, meta.rails.functional_test, text.haml</string>
|
|
<key>uuid</key>
|
|
<string>C7151BF3-7068-4344-9B09-86F3BF4A9C63</string>
|
|
</dict>
|
|
</plist>
|