From 1e7d4e7b6d06dea86d5e7639a464fa4e3130f823 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Wed, 30 Dec 2020 14:00:28 -0500 Subject: [PATCH] fix(colors): vimUserFunc not matching vimFunction --- colors/highlite.vim | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index a870d97..c22a7af 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -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',