Files
Thomas Aylott 0d2472ba88 New Help command
Beginning Help document / GitHub readme
2009-02-15 08:14:33 +00:00

27 lines
737 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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 "Javascript Bundle Help" "Javascript"
"$TM_SUPPORT_PATH/lib/markdown_to_help.rb" "$TM_BUNDLE_SUPPORT/../README.md"
</string>
<key>dontFollowNewOutput</key>
<true/>
<key>input</key>
<string>none</string>
<key>name</key>
<string>Help</string>
<key>output</key>
<string>showAsHTML</string>
<key>scope</key>
<string>source.js</string>
<key>uuid</key>
<string>EB00F356-06C8-4267-8226-AA8F3943E5B1</string>
</dict>
</plist>