feat(syntax): add default for vimCmdSep

This commit is contained in:
Iron-E 2020-12-12 13:52:23 -05:00
parent 99f46e10c3
commit da28835bf7
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

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