Closed leoyuholo closed 11 years ago
Inline coffeescript does not give any highlighting at all (all the code are in white color). For example:
!!! 5 html head meta(charset="utf-8") title Sample body :coffee(bare=true) greet = (name) -> return 'Hello, ' + name + '!' console.log greet 'World'
the part under :coffee are all in white color.
Thank you!
I checked the source and you have to use :coffeescript, however, the snippets are not working.
:coffeescript
Oh, it works. Thank you!
Inline coffeescript does not give any highlighting at all (all the code are in white color). For example:
the part under :coffee are all in white color.
Thank you!