sustained / CoffeeScript-Sublime-Plugin

Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
MIT License
290 stars 71 forks source link

Support for litcoffee? #40

Open chenglou opened 11 years ago

chenglou commented 11 years ago

CoffeeScript 1.5 introduced literate CoffeeScript. I was wondering if there's any plan of implementing it. So far it works well without any change, except for the use of ' inside a block of text, which screws up the formatting of everything below because the highlighter interpreted it as the start of a string.

kumarharsh commented 11 years ago

The official Coffescript bundle for Textmate by @jaskenas has the support, and it runs well in Sublime... Give it a try...

chenglou commented 11 years ago

Yeah I'm actually using it right now. Discovered it a while after I submitted this issue. Thanks.