Tag attributes should be highlighted as ruby code
ktaragorn opened this issue · 3 comments
Tag attributes in slim are basically treated as ruby code, as mentioned in https://github.com/slim-template/slim#ruby-attributes
This is not reflected in the highlighting however, as seen in this screenshot
This leads to issues like slim-template/slim#518 where I was doing something wrong, but it wasnt obvious because the highlighter didnt catch the fact that everything after #
is commented out in ruby
There seem to be a lot of commits about inline ruby syntax highlighting.. If so is it possible to push to package control? I am using the one from there, with the version details
$ cat package-metadata.json
{"url": "http://slim-lang.com/", "version": "2013.09.25.22.02.01", "description": "A Textmate / Sublime Text bundle for Slim"}%
@ktaragorn it's been a while, but I believe this has been resolved by #62. Please comment here if you're able to reproduce.
Looks good!