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.
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.