We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d7f86 commit 556691fCopy full SHA for 556691f
after/syntax/css.vim
@@ -334,6 +334,10 @@ if has("gui_running") || &t_Co==256
334
%call s:PreviewCSSColorInLine()
335
call winrestview(view)
336
337
+ " fix highlighting of "white" in `white-space` etc
338
+ " this really belongs in Vim's own syntax/css.vim ...
339
+ setlocal iskeyword+=-
340
+
341
autocmd CursorMoved * silent call s:PreviewCSSColorInLine()
342
autocmd CursorMovedI * silent call s:PreviewCSSColorInLine()
343
autocmd FileType sass,stylus syn cluster sassCssAttributes add=@cssColors
0 commit comments