added Function coloring

This commit is contained in:
Shmerl 2017-01-31 15:33:06 -05:00
parent ad93980da4
commit e11fcc0156
2 changed files with 2 additions and 1 deletions

View file

@ -135,6 +135,7 @@ call s:Col('Number', 'orange')
call s:Col('Statement', 'base5')
call s:Col('Special', 'orange')
call s:Col('Identifier', 'base5')
call s:Col('Function', 'violet')
" Constants, Ruby symbols.
call s:Col('Constant', 'magenta')
@ -223,7 +224,6 @@ call s:Col('DiffSubname', 'base4')
" Directories (e.g. netrw).
call s:Col('Directory', 'cyan')
" Programming languages and filetypes ==========================================
" Ruby.

View file

@ -135,6 +135,7 @@ call s:Col('Number', 'orange')
call s:Col('Statement', 'base5')
call s:Col('Special', 'orange')
call s:Col('Identifier', 'base5')
call s:Col('Function', 'violet')
" Constants, Ruby symbols.
call s:Col('Constant', 'magenta')