New Help command

Beginning Help document / GitHub readme
This commit is contained in:
Thomas Aylott
2008-08-04 10:44:42 -04:00
parent f7b1a5c139
commit 32eedf8f10
2 changed files with 40 additions and 0 deletions
+26
View File
@@ -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>
+14
View File
@@ -0,0 +1,14 @@
This document describes the commands of the TextMate Javascript bundle.
# Command Reference
* **Documentation for Word / Selection** (WebView Window)
Searches your selection in a Javascript documentation website.
# Snippets
if
if ... else
for
for (in)