This question already has an answer here:
I needed to do some coding in CoffeeScript, so I found https://github.com/Xavura/CoffeeScript-Sublime-Plugin and I installed it using Package Control. I restarted Sublime Text and everything I type in my .js.coffee
file is still plain white. What am I doing wrong here?
Open a
.coffee
file, then go toView -> Syntax -> Open all with current extension as... -> CoffeeScript
. Now, any time you open a CoffeeScript file it should have the correct syntax highlighting.