slim-template / ruby-slim.tmbundle

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

Allow proper highlighting of ids and classes with hyphens #6

Closed requnix closed 12 years ago

requnix commented 12 years ago

Tags like the following would be incorrectly highlighted:

#id-of-tag.class-of-tag

Sections after the hyphen would not be highlighted the color of the tag.

requnix commented 12 years ago

Closing this because I've added a pull request that fixes it. See #7.