feat(colors): link csQuote to Delimiter

This commit is contained in:
Iron-E 2021-03-03 09:45:47 -05:00
parent db8785e831
commit 5567fddecd
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 6 additions and 5 deletions

View File

@ -422,22 +422,23 @@ local highlight_groups = {
csNewType = 'Type',
csParens = 'Delimiter',
csPreCondit = 'PreProc',
csQuote = 'Delimiter',
csRepeat = 'Repeat',
csStorage = 'StorageClass',
csUnspecifiedStatement = 'Statement',
csXmlTag = 'Define',
csXmlTagName = 'Define',
razorhtmlTag = 'htmlTag',
razorhtmlAttributeOperator = 'Operator',
razorEventAttribute = 'PreCondit',
razorhtmlAttribute = 'htmlArg',
razorCode = 'Define',
razorcsStringDelimiter = 'razorhtmlValueDelimiter',
razorcsTypeNullable = 'Special',
razorDelimiter = 'PreProc',
razorEventAttribute = 'PreCondit',
razorhtmlAttribute = 'htmlArg',
razorhtmlAttributeOperator = 'Operator',
razorhtmlTag = 'htmlTag',
razorhtmlValueDelimiter = 'Delimiter',
razorImplicitExpression = 'Include',
razorLine = 'String',
razorcsTypeNullable = 'Special',
--[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit',