mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 18:03:50 -05:00
add colors for functions in R
This commit is contained in:
@@ -320,6 +320,9 @@ call Highlight("clojureParen", s:white, s:none, s:none)
|
||||
call Highlight("clojureDefine", s:light_blue, s:none, s:italic)
|
||||
call Highlight("clojureMacro", s:light_blue, s:none, s:none)
|
||||
|
||||
" R language
|
||||
call Highlight("rFunction", s:light_blue, s:none, s:none)
|
||||
|
||||
" 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