vim-cmake-syntax icon indicating copy to clipboard operation
vim-cmake-syntax copied to clipboard

Allow syntax coloring for operators and delimiters

Open hjxkyw opened this issue 3 years ago • 1 comments

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.

hjxkyw avatar Feb 13 '22 19:02 hjxkyw

I see your point, please provide a PR if possible. This feature should be optional.

pboettch avatar Jul 13 '23 12:07 pboettch