cakebaker / scss-syntax.vim

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

Some multiline selectors aren't highlighted #54

Closed alem0lars closed 9 years ago

alem0lars commented 9 years ago

As you can see in the screenshot below, the selectors inside the media query is correctly highlighted, but the selector outside in the media-query isn't correctly highlighted:

screen shot 2015-03-02 at 18 31 10

Thanks

cakebaker commented 9 years ago

Ok, I can reproduce the issue.

alem0lars commented 9 years ago

Now it works correctly :+1:

Thanks

cakebaker commented 9 years ago

No, this issue is not yet fixed, at least here I can still reproduce it.

cakebaker commented 9 years ago

Now it is fixed with https://github.com/cakebaker/scss-syntax.vim/commit/bd707a8099f3b4f62253f5c3e65d4155105c570c. Thanks for reporting!