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

@ -463,6 +463,7 @@ local highlights = {
vimFuncKey = {link = 'Function' }, vimFuncKey = {link = 'Function' },
vimGroup = {link = 'Type' }, vimGroup = {link = 'Type' },
vimHiGroup = {link = 'Typedef' }, vimHiGroup = {link = 'Typedef' },
vimIsCommand = {link = 'vimCommand'},
vimLet = {link = 'Operator' }, vimLet = {link = 'Operator' },
vimMap = {link = 'vimCommand'}, vimMap = {link = 'vimCommand'},