Add C# generic color highlight
This commit is contained in:
parent
7a801cdabc
commit
5e9f0178b8
|
@ -360,6 +360,7 @@ local highlight_groups = {
|
||||||
csClassType = 'Type',
|
csClassType = 'Type',
|
||||||
csContextualStatement = 'Conditional',
|
csContextualStatement = 'Conditional',
|
||||||
csEndColon = 'Delimiter',
|
csEndColon = 'Delimiter',
|
||||||
|
csGeneric = 'Typedef',
|
||||||
csLogicSymbols = 'Operator',
|
csLogicSymbols = 'Operator',
|
||||||
csModifier = 'Keyword',
|
csModifier = 'Keyword',
|
||||||
csNew = 'Operator',
|
csNew = 'Operator',
|
||||||
|
|
Loading…
Reference in New Issue