davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

Allow :coffee-script filter to highlight as coffeescript. #49

Closed ghost closed 9 years ago

ghost commented 9 years ago

In Jade :coffee and :coffeescript is deprecated in favor of :coffee-script used by JSTransformers: https://github.com/jstransformers/list-of-jstransformers/blob/master/list-of-jstransformers.json

The full deprecation message:

Transformers.coffee is deprecated, you must replace the :coffee jade filter, with :coffee-script and install jstransformer-coffee-script before you update to jade@2.0.0.
davidrios commented 9 years ago

thank you.