Add more c# highlight groups
This commit is contained in:
parent
06fe890153
commit
b72d693746
|
@ -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' },
|
||||||
|
|
Loading…
Reference in New Issue