Improve vimscript support

This commit is contained in:
Iron_E 2020-11-18 14:04:37 -05:00
parent 16eb961852
commit b8b78237b8
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 4 additions and 1 deletions

View File

@ -600,8 +600,11 @@ local highlight_groups = {
vimHiGui = 'vimHiCterm',
vimHiGuiFgBg = 'vimHiGui',
vimHiKeyList = 'Operator',
vimOption = 'Define',
vimOption = 'Keyword',
vimScriptDelim = 'Ignore',
vimSet = 'String',
vimSetEqual = 'Operator',
vimSetSep = 'Delimiter',
--[[ 4.3.28. XML ]]
xmlAttrib = 'htmlArg',