octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.06k stars 149 forks source link

Where are the function variables defined? #70

Open easyupdo opened 5 years ago

easyupdo commented 5 years ago

hi sir: There is a syntax like this in the script.“hi def link cCustomFunc Function”.I know this means cCustomFunc==Function. what is my question? where defined the Function?My ultimate goal is to customize the color of the Function. By the way. sir. How to highlight user-defined data types and Variable alias when they are used. At last,Why is my variable not highlighted?

There is my vimrc: { let g:cpp_class_scope_highlight = 1 let g:cpp_member_variable_highlight = 1 let g:cpp_class_decl_highlight = 1 let g:cpp_experimental_simple_template_highlight = 1 let g:cpp_experimental_template_highlight = 1 let g:cpp_concepts_highlight = 1
}