fix(colors): vimUserFunc not matching vimFunction
This commit is contained in:
parent
a36291cf05
commit
1e7d4e7b6d
|
@ -632,6 +632,7 @@ local highlight_groups = {
|
|||
vimSet = 'String',
|
||||
vimSetEqual = 'Operator',
|
||||
vimSetSep = 'Delimiter',
|
||||
vimUserFunc = 'vimFunction',
|
||||
|
||||
--[[ 4.3.28. XML ]]
|
||||
xmlAttrib = 'htmlArg',
|
||||
|
|
Loading…
Reference in New Issue