HarlemSquirrel / language-haml

Haml language grammar for GitHub's Atom IDE
MIT License
33 stars 24 forks source link

Fix the highlight of haml elements with words separeted by '-' #35

Closed guiruiz closed 9 years ago

guiruiz commented 9 years ago

I'm developing an angular project and the highlight wasn't correct in some parts of the code, because in Angular we need to use elements and attributes with words separeted by '-', e.g. %md-input-container. So I changed the entity.name.tag.haml (Group # 3) regex to fix this.

cannikin commented 9 years ago

Released v0.21.0