Does anybody know a good text editor for Mac that supports syntax highlighting in CoffeeScript? Is it possible to do this in TextWrangler or BBEdit?
Cheers :)
|
Does anybody know a good text editor for Mac that supports syntax highlighting in CoffeeScript? Is it possible to do this in TextWrangler or BBEdit? Cheers :)
| |||
|
feedback
|
|
| |||
|
feedback
|
|
On http://jashkenas.github.com/coffee-script/ there is a list of what is available. For Emacs there is CoffeeScript Major Mode (Emacs for mac: http://aquamacs.org/) For Vim there is Vim CoffeeScript (Vim for mac: http://code.google.com/p/macvim/) For Textmate there is CoffeeScript TextMate Bundle (how noted by Trevor, this is maintained by CoffeeScript creator Jeremy Ashkenas. And how noted by Chocohound, it works on Sublime Text 2 too) For Gedit there is gedit-coffeescript For IntelliJ IDEA and RubyMine there is coffeescript-idea
Edit: The list moved to the wiki and now there is an attempt to make a BBEdit plugin too ;) As mb21 said, you can find TextWrangler instructions here. | |||||||||||||||||
feedback
|
|
TextMate have good bundle: RubyMine / IDEA have also good plugin (but this is IDE and is crossplatform): | |||||||
feedback
|
|
To highlight coffeescript in Eclipse:
Save the .jar and put it into Eclipse's plugin directory. Restart Eclipse and .coffee files should now be highlighted. WARNING: For some reason, this plugin's default colours are TERRIFYINGLY UNUSABLE. I recommend editing the colours to the attached first, before viewing any files. Honestly, just save yourself the heartache.
| |||||||
feedback
|
|
Did you give Eclipse a try? | |||||||||||
feedback
|
|
Aptana has it now in version 3.0.4, but due to a bug with control over tabs/spaces, you'll need to install the 3.0.5 beta. This is the beta Eclipse update site: http://preview.appcelerator.com/aptana/studio3/plugin/update/beta/ I'm pretty happy with Aptana. In my opinion, the editors for css, scss, coffeescript, html, etc. are all better than the built-in eclipse editors for these languages. | |||
|
feedback
|