vprimachenko / Sublime-Colorcoder

Semantic highlight for Sublime Text
290 stars 25 forks source link

Literate coffeescript #48

Open chmac opened 9 years ago

chmac commented 9 years ago

We've started using literate coffeescript with the .coffee.md file extension. It's #awesome!

I'm using this plugin and the Better CoffeeScript plugin, but trying to select Colorcoder / CoffeeScript with a literate coffeescript file doesn't look pretty. It colours most of the text white. I guess it's parsing the file as coffeescript instead of literate coffeescript.

Would it be possible to add support for literate coffeescript? It is already supported by the Better CoffeeScript plugin if that helps at all.

featre-request