add colors for functions in R

This commit is contained in:
Patrick Stockwell
2018-12-21 11:17:15 +11:00
parent 1f8f987e1a
commit ebba1ac627

View File

@@ -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("clojureDefine", s:light_blue, s:none, s:italic)
call Highlight("clojureMacro", s:light_blue, s:none, s:none) call Highlight("clojureMacro", s:light_blue, s:none, s:none)
" R language
call Highlight("rFunction", s:light_blue, s:none, s:none)
" 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)