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

@ -434,17 +434,18 @@ local highlight_groups = {
cssAttrComma = 'Noise', cssAttrComma = 'Noise',
cssAttrRegion = 'Keyword', cssAttrRegion = 'Keyword',
cssBraces = 'Delimiter', cssBraces = 'Delimiter',
cssClassName = 'Structure', cssClassName = 'Identifier',
cssClassNameDot = 'Noise', cssClassNameDot = 'Noise',
cssFlexibleBoxAttr = 'cssAttr',
cssFunctionComma = 'Noise', cssFunctionComma = 'Noise',
cssImportant = 'Exception',
cssNoise = 'Noise', cssNoise = 'Noise',
cssProp = 'Label', cssProp = 'Label',
cssPseudoClass = 'Special', cssPseudoClass = 'Special',
cssPseudoClassId = 'Operator', cssPseudoClassId = 'cssSelectorOp',
cssSelectorOp = 'Operator', cssSelectorOp = 'Operator',
cssTagName = 'htmlTagName', cssTagName = 'Structure',
cssTagName = 'Type', cssUnitDecorators = 'Type',
cssUnitDecorators = 'StorageClass',
scssAmpersand = 'Special', scssAmpersand = 'Special',
scssAttribute = 'Label', scssAttribute = 'Label',
scssBoolean = 'Boolean', scssBoolean = 'Boolean',