vim adding new function names for project's API

Posted by Flavius on Stack Overflow See other posts from Stack Overflow or by Flavius
Published on 2010-04-23T19:12:40Z Indexed on 2010/04/23 19:23 UTC
Read the original article Hit count: 290

Filed under:
|
|

Hi

How can I add new function names for .c and .h files to be highlighted, similar to this http://stackoverflow.com/questions/2464593/custumizing-syntax-highlighting-in-vim but much easier? (as I don't need to color words in different colors, only in the default color for keywords as defined by my theme).

I need this to add highlighting for function names in a project written in C which has a clearly defined API.

Thanks

© Stack Overflow or respective owner

Related posts about vim

Related posts about vimrc