feat(colors): link razorcsTypeNullable to Special

This commit is contained in:
Iron-E 2021-03-02 13:33:01 -05:00
parent c70b96f4a3
commit db8785e831
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -437,6 +437,7 @@ local highlight_groups = {
razorhtmlValueDelimiter = 'Delimiter', razorhtmlValueDelimiter = 'Delimiter',
razorImplicitExpression = 'Include', razorImplicitExpression = 'Include',
razorLine = 'String', razorLine = 'String',
razorcsTypeNullable = 'Special',
--[[ 4.3.4. CSS ]] --[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit', cssAtRule = 'PreCondit',