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

.class showing as constant.language.js #33

Closed laggingreflex closed 9 years ago

laggingreflex commented 10 years ago

This is just a class deceleration and its being labled as 'constant.language.js'

kumarharsh commented 10 years ago

Perhaps this is the cause: https://github.com/davidrios/jade-tmbundle/commit/46c454acf1efd08d47abc0cde32f55c5033453f4#commitcomment-4979987

davidrios commented 9 years ago

Yeah, this is a workaround to display the class in a different color.

kumarharsh commented 9 years ago

That's not a correct thing to do though. You should be contributing to fix the offending theme rather than breaking the language definition file.