Files
kJS.tmbundle/Commands/Help.tmCommand
T
Thomas Aylott 32eedf8f10 New Help command
Beginning Help document / GitHub readme
2008-08-04 10:44:42 -04: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>