fix(colors): vimUserFunc not matching vimFunction
This commit is contained in:
parent
a36291cf05
commit
1e7d4e7b6d
|
@ -617,21 +617,22 @@ local highlight_groups = {
|
|||
tomlTable = 'Structure',
|
||||
|
||||
--[[ 4.3.27. VimScript ]]
|
||||
vimCmdSep = 'Delimiter',
|
||||
vimFunction = 'Function',
|
||||
vimCmdSep = 'Delimiter',
|
||||
vimFunction = 'Function',
|
||||
vimFgBgAttrib = 'Constant',
|
||||
vimHiCterm = 'Label',
|
||||
vimHiCterm = 'Label',
|
||||
vimHiCtermFgBg = 'vimHiCterm',
|
||||
vimHiGroup = 'Typedef',
|
||||
vimHiGui = 'vimHiCterm',
|
||||
vimHiGroup = 'Typedef',
|
||||
vimHiGui = 'vimHiCterm',
|
||||
vimHiGuiFgBg = 'vimHiGui',
|
||||
vimHiKeyList = 'Operator',
|
||||
vimIsCommand = 'Identifier',
|
||||
vimOption = 'Keyword',
|
||||
vimOption = 'Keyword',
|
||||
vimScriptDelim = 'Ignore',
|
||||
vimSet = 'String',
|
||||
vimSet = 'String',
|
||||
vimSetEqual = 'Operator',
|
||||
vimSetSep = 'Delimiter',
|
||||
vimUserFunc = 'vimFunction',
|
||||
|
||||
--[[ 4.3.28. XML ]]
|
||||
xmlAttrib = 'htmlArg',
|
||||
|
|
Loading…
Reference in New Issue