greplytix / Hamlbars

Sublime Text 3 Syntax highlighting for .hamlbars files which is a combination of both Haml and Handlebars
MIT License
2 stars 0 forks source link

Differentiate tags from classes in scope #33

Closed ghost closed 9 years ago

ghost commented 9 years ago

I noticed that tags and classes have different scope -- fixing this will simply be a matter of modifying the tmTheme, or view, if you will, whereas the tmLanguage is the model.

Edit: we will not keep up a tmTheme -- we will try to apply context-appropriate scopes to areas of text and let existing themes leverage theming (coloring) for us.

ghost commented 9 years ago

[DOCUMENTATION]

Tags have this most precedent scope:

entity.name.tag.haml

Classes have this most precedent scope:

entity.name.tag.class.haml