slim-template / ruby-slim.tmbundle

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

Block comments not Highlighted correctly #38

Closed ktaragorn closed 8 years ago

ktaragorn commented 10 years ago

In slim, comments are block comments by default From Slim README - "Use the forward slash for code comments - anything after it won't get displayed in the final render. "

However this is not reflected in the syntax highlighting. This leads to potential bugs when lines look like they are valid but actually are ignored by the slim compiler. screenshot