You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: