feat(colors): razor highlighting

This commit is contained in:
Iron-E 2021-02-26 16:40:12 -05:00
parent 0366857193
commit 21ceb84f61
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 9 additions and 0 deletions

View File

@ -427,6 +427,15 @@ local highlight_groups = {
csUnspecifiedStatement = 'Statement',
csXmlTag = 'Define',
csXmlTagName = 'Define',
razorhtmlTag = 'htmlTag',
razorhtmlAttributeOperator = 'Operator',
razorEventAttribute = 'PreCondit',
razorhtmlAttribute = 'htmlArg',
razorCode = 'Define',
razorcsStringDelimiter = 'razorhtmlValueDelimiter',
razorDelimiter = 'PreProc',
razorhtmlValueDelimiter = 'Delimiter',
razorImplicitExpression = 'Include',
--[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit',