Does anyone know how to (or if it is possible) to format coffeescript comments in Sublime?
1 Answer
I use the plugin CoffeeScript.tmbundle to provide CoffeeScript syntax highlighting in Sublime Text 2.
You can install this plugin to Sublime Text 2 by:
In Linux:
cd ~/.config/sublime-text-2/Packagesgit clone git://github.com/jashkenas/coffee-script-tmbundle.git
(On Windows, its git clone C:\Users\<user>\AppData\Roaming\Sublime Text 2\Packages)
Result Screenshot:

1 Comment
user5321531
The normal paragraph formatting functions appear to handle comments: Edit -> Wrap is clever enough to keep any comments intact and not wrap the program code in as well.