slim-template / ruby-slim.tmbundle

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

Inline single quote after attributes messes up syntax highlighting #20

Closed elado closed 8 years ago

elado commented 11 years ago

Example:

a No single quote
a With a ' single quote
a href="#" With an attribute and a ' single quote
a href="#" Code after a single quote

Screenshot:

pywebdesign commented 10 years ago

I got this problem too

pywebdesign commented 10 years ago

I created a pull request and a version that remove single quote highlight syntax: https://github.com/pywebdesign/ruby-slim.tmbundle

plentz commented 8 years ago

:+1: