mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
New Help command
Beginning Help document / GitHub readme
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user