Does anyone know how to (or if it is possible) to format coffeescript comments in Sublime?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
