slim-template / ruby-slim.tmbundle

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

Slightly updated comment regular expressions #28

Closed JazzJackrabbit closed 11 years ago

JazzJackrabbit commented 11 years ago

Encountered a syntax highlight problem with Sublime Text 2.

Comments / were highlighted properly only with(or without) plain spaces preceding them, while indentation is done with tabs. Changing spaces with \s in some specific regexps did help though.

Merging won't do any harm yet will fix a tiny bug.