Files
cappuccino/Tools/Editors/TextMate/JavaScript Objective-J.tmbundle/Commands/Help.tmCommand
T

30 lines
771 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 "Objective-J Bundle Help" "Objective-J"
"$TM_SUPPORT_PATH/lib/markdown_to_help.rb" "$TM_BUNDLE_SUPPORT/help/help.markdown"
html_footer</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string></string>
<key>name</key>
<string>Help</string>
<key>output</key>
<string>showAsHTML</string>
<key>scope</key>
<string>source.js.objj</string>
<key>uuid</key>
<string>AF27A8B3-C87F-410A-915B-D83271FDDC00</string>
</dict>
</plist>