25 Nov, 2009, JohnnyStarr wrote in the 1st comment:
Votes: 0
I want to set the color for { brackets } in vim.
The stock Lua settings makes them green, which I love.
I want this in C as well, does anyone know the identifier for setting the color for brackets?
25 Nov, 2009, David Haley wrote in the 2nd comment:
Votes: 0
I would try: cOperator, cParen, cCppParen, or their parents Operator and Paren (although that might not be a Paren).
0.0/2