mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
24 lines
820 B
Plaintext
24 lines
820 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" stylesheet</string>
|
|
<key>input</key>
|
|
<string>none</string>
|
|
<key>keyEquivalent</key>
|
|
<string>~$@</string>
|
|
<key>name</key>
|
|
<string>Go to Stylesheet</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>scope</key>
|
|
<string>text.html.ruby, source.ruby.rails.embedded.html, meta.rails.controller, meta.rails.helper, text.haml</string>
|
|
<key>uuid</key>
|
|
<string>B207BBD4-D6AA-41E9-9530-27210F2D7B66</string>
|
|
</dict>
|
|
</plist>
|