Add more c# highlight groups

This commit is contained in:
Iron_E 2020-07-14 14:15:45 -04:00
parent 06fe890153
commit b72d693746
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 21 additions and 7 deletions

View File

@ -354,7 +354,20 @@ local highlight_groups = {
cppSTLnamespace = {link='String' },
--[[ 4.3.3 C# ]]
csBraces = {link='Delimiter'},
csClass = {link='Structure'},
csClassType = {link='Type'},
csContextualStatement = {link='Conditional'},
csEndColon = {link='Delimiter'},
csLogicSymbols = {link='Operator'},
csModifier = {link='PreProc'},
csNew = {link='Operator'},
csNewType = {link='Type'},
csParens = {link='Delimiter'},
csRepeat = {link='Repeat'},
csStorage = {link='StorageClass'},
csUnspecifiedStatement = {link='Statement'},
csXmlTag = {link='Tag'},
--[[ 4.3.4. CSS ]]
cssProp = {link='Keyword'},
@ -479,13 +492,14 @@ local highlight_groups = {
tomlTable = {link='StorageClass'},
--[[ 4.3.27. VimScript ]]
vimCommand = {link = 'Keyword' },
vimFuncKey = {link = 'Function' },
vimGroup = {link = 'Type' },
vimHiGroup = {link = 'Typedef' },
vimIsCommand = {link = 'vimCommand'},
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'},
vimNotFunc = {link='Statement'},
--[[ 4.3.28. XML ]]
xmlAttrib = {link='Label' },