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' }, cppSTLnamespace = {link='String' },
--[[ 4.3.3 C# ]] --[[ 4.3.3 C# ]]
csBraces = {link='Delimiter'},
csClass = {link='Structure'},
csClassType = {link='Type'},
csContextualStatement = {link='Conditional'},
csEndColon = {link='Delimiter'},
csLogicSymbols = {link='Operator'}, 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 ]] --[[ 4.3.4. CSS ]]
cssProp = {link='Keyword'}, cssProp = {link='Keyword'},
@ -486,6 +499,7 @@ local highlight_groups = {
vimIsCommand = {link='vimCommand'}, vimIsCommand = {link='vimCommand'},
vimLet = {link='Operator' }, vimLet = {link='Operator' },
vimMap = {link='vimCommand'}, vimMap = {link='vimCommand'},
vimNotFunc = {link='Statement'},
--[[ 4.3.28. XML ]] --[[ 4.3.28. XML ]]
xmlAttrib = {link='Label' }, xmlAttrib = {link='Label' },