mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
24 lines
843 B
Plaintext
24 lines
843 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>saveActiveFile</string>
|
|
<key>command</key>
|
|
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
|
|
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb"</string>
|
|
<key>input</key>
|
|
<string>none</string>
|
|
<key>keyEquivalent</key>
|
|
<string>~@</string>
|
|
<key>name</key>
|
|
<string>Alternate File</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails, text.html.ruby, source.ruby.rails.embedded.html, source.yaml, text.haml, source.css, source.js, source.sass</string>
|
|
<key>uuid</key>
|
|
<string>0CCC8443-40F3-4BAB-9440-D737562B5F45</string>
|
|
</dict>
|
|
</plist>
|