Class name highlighting is controlled by new global variable
g:cpp_class_decl_highlight
Enabling this option will highlight all class names in declaration
blocks, including forward declarations and inheritance blocks.
This coexists with g:cpp_class_scope_highlight, and does not
depend on it.
By default, class declarations are added to highlight group
Function, but this can be changed by the user in .vimrc
Highlight class names in declaration
Class name highlighting is controlled by new global variable g:cpp_class_decl_highlight
Enabling this option will highlight all class names in declaration blocks, including forward declarations and inheritance blocks. This coexists with g:cpp_class_scope_highlight, and does not depend on it.
By default, class declarations are added to highlight group Function, but this can be changed by the user in .vimrc