Add highlighting for vimIsCommand

This commit is contained in:
Iron_E 2020-06-22 00:34:03 -04:00
parent 238e962651
commit a38985d366
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 7 additions and 6 deletions

View File

@ -459,12 +459,13 @@ local highlights = {
tomlTable = {link='StorageClass'},
--[[ 4.3.27. VimScript ]]
vimCommand = {link='Keyword' },
vimFuncKey = {link='Function' },
vimGroup = {link='Type' },
vimHiGroup = {link='Typedef' },
vimLet = {link='Operator' },
vimMap = {link='vimCommand'},
vimCommand = {link = 'Keyword' },
vimFuncKey = {link = 'Function' },
vimGroup = {link = 'Type' },
vimHiGroup = {link = 'Typedef' },
vimIsCommand = {link = 'vimCommand'},
vimLet = {link = 'Operator' },
vimMap = {link = 'vimCommand'},
--[[ 4.3.28. XML ]]
xmlAttrib = {link='Label' },