I'm using TM2 and I love it. Sadly, the syntax highlighting for Sass doesn't really seem to work. Is it only me?
For example, create a new "xxx.sass" file with the following content:
+h5bp-normalize // All normalize styles
+h5bp-main // Basic styles ( see variables partial)
In my TM2, the 2nd line is colored as if it were a comment, but it definitely isn't one. Can anybody verify this? Is there any solution? I'm starting the HTML/CSS implementation of a big project right now, and I'd like to use Sass instead of SCSS (I read a lot about which one to choose, so please don't tell me that SCSS is the standard now), but without proper syntax highlighting this seems impossible.
Thanks.