Skip to content

Commit

Permalink
Added/updated commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavura committed Jan 19, 2012
1 parent c1f591a commit 554f015
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CoffeeScript.sublime-commands
Expand Up @@ -11,6 +11,10 @@
"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"}
Expand All @@ -24,7 +28,11 @@
, "command": "compile_and_display", "args": {"opt": "-n"}
}
, {
"caption": "Coffee: Toggle Watcher(s)"
"caption": "Coffee: Toggle Watch Mode"
, "command": "toggle_watch"
}
, {
"caption": "Coffee: Toggle Output Panel"
, "command": "toggle_output_panel"
}
]

0 comments on commit 554f015

Please sign in to comment.