Chris Sutcliffe wrote:
>> 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.
> 
> I've come up with a workaround via 'after/syntax/c.vim', but it's a
> bit of a cludge.  Is it possible modify a syntax region's attributes
> after they have been set?

Chris,
Yes. You can override a syntax definition. The original definition isn't 
replaced, but is simply added to the list of definitions for the group. 
A newer definition will take precedence over an older one.

Brett S.

> 
> Cheers!
> 
> Chris
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to