cakebaker / scss-syntax.vim

Vim syntax file for scss (Sassy CSS)
386 stars 71 forks source link

Some properties not highlighted #53

Closed alem0lars closed 9 years ago

alem0lars commented 9 years ago

Ok, without the rainbow plugin a lot of issues are gone.

Still there are some small issues, in particular some properties aren't highlighted.

As usual, I attach some screenshots..

screen shot 2015-03-02 at 08 28 51 screen shot 2015-03-02 at 08 29 23 screen shot 2015-03-02 at 08 28 25 screen shot 2015-03-02 at 08 29 04

Thanks for the support :smile:

cakebaker commented 9 years ago

Ok, I can reproduce the issues. However, the issues in the second screenshot are CSS issues, i.e. you will also see them in CSS files:

alem0lars commented 9 years ago

Ok,

I have tested with vim-css3-syntax and the new attributes (like animate-*) now works fine :smile:

So the problems now should be:

Do you think that unquoted strings should be highlighted too (atm they aren't)?

Thanks for the awesome support, Alessandro

alem0lars commented 9 years ago

FYI also logical operators like not, or, and, etc.. aren't highlighted

cakebaker commented 9 years ago

The issue with map-merge is fixed, however, there is a second issue in that snippet: the map used as parameter is not recognized.

Yes, I think unquoted strings should be highlighted.

alem0lars commented 9 years ago

Ok, I've tested the bugfixes and they work correctly :smile:
I think the only missing bugfix is the one for classes inside pseudo-selectors:

https://cloud.githubusercontent.com/assets/336957/6436922/68753fe8-c0b7-11e4-89bd-a059e04dbb1f.png

cakebaker commented 9 years ago

I think all issues are fixed now. Thanks for reporting!