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

Unhighlighted CSS variables

Open h3xx opened this issue 1 year ago • 0 comments

Given the following lines, the --my-variable isn't highlighted:

:root {
    --my-variable: #fff;
}

image

Compare this to, for instance the syntax highlighting in scss.vim:

image

h3xx avatar Mar 17 '23 17:03 h3xx