feat(syntax): add highlighting for vim functions
This commit is contained in:
parent
62b7da590e
commit
929cbb6869
|
@ -616,6 +616,7 @@ local highlight_groups = {
|
|||
--[[ 4.3.27. VimScript ]]
|
||||
helpSpecial = 'Special',
|
||||
vimCmdSep = 'Delimiter',
|
||||
vimFunction = 'Function',
|
||||
vimFgBgAttrib = 'Constant',
|
||||
vimHiCterm = 'Label',
|
||||
vimHiCtermFgBg = 'vimHiCterm',
|
||||
|
|
Loading…
Reference in New Issue