mirror of
https://github.com/atom/atom.git
synced 2026-02-13 16:14:59 -05:00
28 lines
757 B
Plaintext
28 lines
757 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>. "$TM_SUPPORT_PATH/lib/webpreview.sh"
|
|
html_header "Ruby on Rails Bundle Help" "Ruby on Rails"
|
|
cat "$TM_BUNDLE_SUPPORT/../website/demo.html"
|
|
html_footer
|
|
|
|
</string>
|
|
<key>input</key>
|
|
<string>none</string>
|
|
<key>keyEquivalent</key>
|
|
<string>^h</string>
|
|
<key>name</key>
|
|
<string>View demo help</string>
|
|
<key>output</key>
|
|
<string>showAsHTML</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails</string>
|
|
<key>uuid</key>
|
|
<string>964436B8-E578-11DC-8177-00112475D960</string>
|
|
</dict>
|
|
</plist>
|