slim-template/ruby-slim.tmbundle

Inline single quote after attributes messes up syntax highlighting

elado opened this issue · 3 comments

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:

I got this problem too

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

👍