feat(syntax): add highlighting for vim functions

This commit is contained in:
Iron-E 2020-12-12 15:14:08 -05:00
parent 62b7da590e
commit 929cbb6869
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ local highlight_groups = {
--[[ 4.3.27. VimScript ]]
helpSpecial = 'Special',
vimCmdSep = 'Delimiter',
vimFunction = 'Function',
vimFgBgAttrib = 'Constant',
vimHiCterm = 'Label',
vimHiCtermFgBg = 'vimHiCterm',