slim-template / ruby-slim.tmbundle

A Textmate / Sublime Text bundle for Slim
http://slim-lang.com/
MIT License
184 stars 46 forks source link

Feature Request: Classes and IDs should be different color than tags #56

Closed kyleshevlin closed 8 years ago

kyleshevlin commented 9 years ago

You can use the longer Slim syntax (with parentheses) to get class and id highlighting, but I would love for it to highlight a different color naturally.

So something like: p.intro would have one color for the p tag and another color for the .intro class.

Is this possible?

tshedor commented 8 years ago

@kyleshevlin the latest Slim should have this highlighting. Would you mind updating and verifying?

kyleshevlin commented 8 years ago

Indeed they are different. Closing this issue.