mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -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
|
||||
call Highlight("rFunction", s:light_blue, s:none, s:none)
|
||||
|
||||
" C/C++
|
||||
call Highlight("cType", s:orange, s:none, s:italic)
|
||||
|
||||
" NERDTree highlighting
|
||||
call Highlight("NERDTreeClosable", s:yellow, s:none, s:none)
|
||||
call Highlight("NERDTreeOpenable", s:yellow, s:none, s:none)
|
||||
|
||||
Reference in New Issue
Block a user