cakebaker / scss-syntax.vim

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

Liquid within SCSS string #70

Closed MarioRicalde closed 5 years ago

MarioRicalde commented 5 years ago

I use liquid with scss, which means for url("") statements I use brackets.

  background-image   : url("{{ 'neat-background-product.png' | asset_url }}");

the above breaks the highlighting.

Ideally it shouldn't really complaing about things within "".

Let me know if I can help with this one.

cakebaker commented 5 years ago

Thanks for reporting.

MarioRicalde commented 5 years ago

Thank you for fixing @cakebaker :)