vuejs / vue-syntax-highlight

đź’ˇ Sublime Text syntax highlighting for single-file Vue components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCSS highlighting broken

aleph1 opened this issue · comments

I seem to be having the same issue as outlined in #145.

I did a clean install of sublime text v3.2.2 for Mac OS including deleting the application and its associated support files in "~/Library/Application Support/Sublime Text 3/". As you can see in the screenshots, the only packages I have installed are "Package Control" and "Vue Syntax Highlight". The strange thing is that highlights works correctly if I set the lang attribute to anything but "scss" or "sass", even with strange values like "notcss".

st3 scss

st3 css

st3 notcss

Scratch that, I just noticed the note regarding “installing the corresponding packages for pre-processors to get proper syntax highlighting for them.” It might be advisable to make this a bit clearer, maybe something like:

Additional Requirements
In order to get proper syntax highlighting for pre-processors (e.g. Jade, SASS, CoffeeScript) you will also need to install the corresponding packages for each of them.