ref(css): use more varied defaults

This is to make the text appear more obvious for skimming.
This commit is contained in:
Iron-E 2021-02-26 16:04:21 -05:00
parent b89dc79143
commit 00e2960692
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 27 additions and 26 deletions

View File

@ -429,32 +429,33 @@ local highlight_groups = {
csXmlTagName = 'Define', csXmlTagName = 'Define',
--[[ 4.3.4. CSS ]] --[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit', cssAtRule = 'PreCondit',
cssAttr = 'Keyword', cssAttr = 'Keyword',
cssAttrComma = 'Noise', cssAttrComma = 'Noise',
cssAttrRegion = 'Keyword', cssAttrRegion = 'Keyword',
cssBraces = 'Delimiter', cssBraces = 'Delimiter',
cssClassName = 'Structure', cssClassName = 'Identifier',
cssClassNameDot = 'Noise', cssClassNameDot = 'Noise',
cssFunctionComma = 'Noise', cssFlexibleBoxAttr = 'cssAttr',
cssNoise = 'Noise', cssFunctionComma = 'Noise',
cssProp = 'Label', cssImportant = 'Exception',
cssPseudoClass = 'Special', cssNoise = 'Noise',
cssPseudoClassId = 'Operator', cssProp = 'Label',
cssSelectorOp = 'Operator', cssPseudoClass = 'Special',
cssTagName = 'htmlTagName', cssPseudoClassId = 'cssSelectorOp',
cssTagName = 'Type', cssSelectorOp = 'Operator',
cssUnitDecorators = 'StorageClass', cssTagName = 'Structure',
scssAmpersand = 'Special', cssUnitDecorators = 'Type',
scssAttribute = 'Label', scssAmpersand = 'Special',
scssBoolean = 'Boolean', scssAttribute = 'Label',
scssDefault = 'Keyword', scssBoolean = 'Boolean',
scssElse = 'PreCondit', scssDefault = 'Keyword',
scssIf = 'PreCondit', scssElse = 'PreCondit',
scssInclude = 'Include', scssIf = 'PreCondit',
scssSelectorChar = 'Operator', scssInclude = 'Include',
scssSelectorName = 'Identifier', scssSelectorChar = 'Operator',
scssVariable = 'Define', scssSelectorName = 'Identifier',
scssVariable = 'Define',
scssVariableAssignment = 'Operator', scssVariableAssignment = 'Operator',
--[[ 4.3.5. Dart ]] --[[ 4.3.5. Dart ]]