fix(colors): vimUserFunc not matching vimFunction

This commit is contained in:
Iron-E 2020-12-30 14:00:28 -05:00
parent a36291cf05
commit 1e7d4e7b6d
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 8 additions and 7 deletions

View File

@ -617,21 +617,22 @@ local highlight_groups = {
tomlTable = 'Structure', tomlTable = 'Structure',
--[[ 4.3.27. VimScript ]] --[[ 4.3.27. VimScript ]]
vimCmdSep = 'Delimiter', vimCmdSep = 'Delimiter',
vimFunction = 'Function', vimFunction = 'Function',
vimFgBgAttrib = 'Constant', vimFgBgAttrib = 'Constant',
vimHiCterm = 'Label', vimHiCterm = 'Label',
vimHiCtermFgBg = 'vimHiCterm', vimHiCtermFgBg = 'vimHiCterm',
vimHiGroup = 'Typedef', vimHiGroup = 'Typedef',
vimHiGui = 'vimHiCterm', vimHiGui = 'vimHiCterm',
vimHiGuiFgBg = 'vimHiGui', vimHiGuiFgBg = 'vimHiGui',
vimHiKeyList = 'Operator', vimHiKeyList = 'Operator',
vimIsCommand = 'Identifier', vimIsCommand = 'Identifier',
vimOption = 'Keyword', vimOption = 'Keyword',
vimScriptDelim = 'Ignore', vimScriptDelim = 'Ignore',
vimSet = 'String', vimSet = 'String',
vimSetEqual = 'Operator', vimSetEqual = 'Operator',
vimSetSep = 'Delimiter', vimSetSep = 'Delimiter',
vimUserFunc = 'vimFunction',
--[[ 4.3.28. XML ]] --[[ 4.3.28. XML ]]
xmlAttrib = 'htmlArg', xmlAttrib = 'htmlArg',