vim-cmake-syntax
vim-cmake-syntax copied to clipboard
Allow syntax coloring for operators and delimiters
I use these commands at the end of my c and c++ syntax files, for coloring delimiters and operators, and it works fine. In cmake syntax file these commands don't work.
syn match cntrl "[&{}()+:;,.*=<>!%@[]\-]" hi cntrl guifg=red
I think that even it worked only for "(" and ")" it would besomething good.
I see your point, please provide a PR if possible. This feature should be optional.