Add coloring for the Function group (#33)

This commit is contained in:
shmerl 2017-01-31 15:54:45 -05:00 committed by Andrea Leopardi
parent ad93980da4
commit f41baedbd8
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')