ref(colors): adjust razor preproc colors

This commit is contained in:
Iron-E 2021-03-08 17:16:45 -05:00
parent 5567fddecd
commit 5f189ece5e
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 8 additions and 4 deletions

View File

@ -428,17 +428,21 @@ local highlight_groups = {
csUnspecifiedStatement = 'Statement', csUnspecifiedStatement = 'Statement',
csXmlTag = 'Define', csXmlTag = 'Define',
csXmlTagName = 'Define', csXmlTagName = 'Define',
razorCode = 'Define', razorCode = 'PreProc',
razorcsRHSMemberAccessOperator = 'Noise',
razorcsStringDelimiter = 'razorhtmlValueDelimiter', razorcsStringDelimiter = 'razorhtmlValueDelimiter',
razorcsTypeNullable = 'Special', razorcsTypeNullable = 'Special',
razorDelimiter = 'PreProc', razorDelimiter = 'Delimiter',
razorEventAttribute = 'PreCondit', razorEventAttribute = 'PreCondit',
razorFor = 'razorIf',
razorhtmlAttribute = 'htmlArg', razorhtmlAttribute = 'htmlArg',
razorhtmlAttributeOperator = 'Operator', razorhtmlAttributeOperator = 'Operator',
razorhtmlTag = 'htmlTag', razorhtmlTag = 'htmlTag',
razorhtmlValueDelimiter = 'Delimiter', razorhtmlValueDelimiter = 'Delimiter',
razorImplicitExpression = 'Include', razorIf = 'PreCondit',
razorLine = 'String', razorImplicitExpression = 'PreProc',
razorLine = 'Constant',
razorUsing = 'Include',
--[[ 4.3.4. CSS ]] --[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit', cssAtRule = 'PreCondit',