vim-haml icon indicating copy to clipboard operation
vim-haml copied to clipboard

Incorrect syntax highlighting with @media element into *.sass filetypes

Open egel opened this issue 8 years ago • 0 comments

According to below screenshot, syntax highlighting crash for further elements inside @media (...).

screen shot 2016-08-05 at 11 49 44

When I use @media (...) {} the problem is missing, but hey the idea of *.sass filetypes is not use curly brackets at all. Below sample screenshot to present how syntax behave with used curly brackets for ft=sass.

screen shot 2016-08-05 at 11 51 35

Screenshot taken from macvim with gruvbox colorscheme. If any details need for vim config here are my actual .vimrc.

egel avatar Aug 05 '16 10:08 egel