ap / vim-css-color

Preview colours in source code while editing
http://www.vim.org/scripts/script.php?script_id=5056
MIT License
1.77k stars 78 forks source link

No colors in .h files in neovim #170

Open falamous opened 2 years ago

falamous commented 2 years ago

It seams that neovim matches strings in .h files as cppString and this group isn't handled. It would be nice if you added cppString (and perhaps cCommentString, cComment2String) to processed groups in after/syntax/c.vim. Sorry for such a simple issue and thanks in advance.