Files
atom/bundles/ruby-on-rails.tmbundle/Commands/View demo help.tmCommand
2012-09-28 17:28:25 -06:00

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>