Add C# generic color highlight

This commit is contained in:
Iron_E 2020-08-18 12:57:10 -04:00
parent 7a801cdabc
commit 5e9f0178b8
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ local highlight_groups = {
csClassType = 'Type',
csContextualStatement = 'Conditional',
csEndColon = 'Delimiter',
csGeneric = 'Typedef',
csLogicSymbols = 'Operator',
csModifier = 'Keyword',
csNew = 'Operator',