On Oct 18, 12:17 am, Chris Sutcliffe <[email protected]> wrote:
> For some reason I can't set parenthesis or brackets to syntax
> highlight in CPP files. I've tried setting:
>
> hi cCppParen guifg=#ff0000
> hi cCppBracket guifg=#ff0000
>
> but both seem to have no affect. Is this a bug in the C/CPP highlighting?
Chris,
The cCpp in cCppParen stands for C Preprocessor. The group used to
highlight parens in C and C++ is cParen. The problem is that the
cParen region is defined with the "transparent" attribute, so changing
its guifg attribute has no visible effect.
Brett Stahlman
>
> Chris
>
> --
> Chris Sutcliffehttp://emergedesktop.org
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---