mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-10 10:53:50 -05:00
Add highlight for types in C/C++
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user