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