Add highlight for types in C/C++

This commit is contained in:
Patrick Stockwell
2021-05-27 11:27:52 +10:00
parent 12e02dc98d
commit e6816633a4

View File

@@ -432,6 +432,9 @@ call Highlight("clojureMacro", s:light_blue, s:none, s:none)
" R language " R language
call Highlight("rFunction", s:light_blue, s:none, s:none) call Highlight("rFunction", s:light_blue, s:none, s:none)
" C/C++
call Highlight("cType", s:orange, s:none, s:italic)
" NERDTree highlighting " NERDTree highlighting
call Highlight("NERDTreeClosable", s:yellow, s:none, s:none) call Highlight("NERDTreeClosable", s:yellow, s:none, s:none)
call Highlight("NERDTreeOpenable", s:yellow, s:none, s:none) call Highlight("NERDTreeOpenable", s:yellow, s:none, s:none)