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

Tags followed by a dot get class scope after the dot. #37

Closed ghost closed 9 years ago

ghost commented 9 years ago

Tag regex definition needs to be expanded to account for this situation.

ghost commented 9 years ago

Not a bug -- this is a readability feature. For instance:

%tag.class.another-class implies <tag class="class another-class"></tag>

Thus, differentiating the class associated with the tag is important.