Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/sublime-better-coffeescript/CoffeeScript.sublime-commands
2013-04-04 08:54:25 -04:00

43 lines
848 B
Plaintext

[
{
"caption": "Coffee: Check Syntax"
, "command": "check_syntax"
}
, {
"caption": "Coffee: Run Script"
, "command": "run_script"
}
, {
"caption": "Coffee: Run Cake Task"
, "command": "run_cake_task"
}
, {
"caption": "Coffee: Compile File"
, "command": "compile"
}
, {
"caption": "Coffee: Display JavaScript"
, "command": "compile_and_display", "args": {"opt": "-p"}
}
, {
"caption": "Coffee: Display Lexer Tokens"
, "command": "compile_and_display", "args": {"opt": "-t"}
}
, {
"caption": "Coffee: Display Parse Tree"
, "command": "compile_and_display", "args": {"opt": "-n"}
}
, {
"caption": "Coffee: Toggle Watch Mode"
, "command": "toggle_watch"
}
, {
"caption": "Coffee: Toggle Output Panel"
, "command": "toggle_output_panel"
}
, {
"caption": "Coffee: Show Compiled"
, "command": "compile_output"
}
]