feat(colors): better css defaults

This commit is contained in:
Iron-E 2021-02-26 15:48:06 -05:00
parent 9bd13673f9
commit a187175694
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 12 additions and 2 deletions

View File

@ -429,11 +429,21 @@ local highlight_groups = {
csXmlTagName = 'Define',
--[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit',
cssAttr = 'Keyword',
cssAttrRegion = 'Keyword',
cssBraces = 'Delimiter',
cssProp = 'Keyword',
cssClassName = 'Structure',
cssClassNameDot = 'Noise',
cssFunctionComma = 'Noise',
cssNoise = 'Noise',
cssProp = 'Label',
cssPseudoClass = 'Special',
cssPseudoClassId = 'Operator',
cssSelectorOp = 'Operator',
cssTagName = 'Type',
cssTagName = 'htmlTagName',
cssTagName = 'Type',
cssUnitDecorators = 'StorageClass',
scssAmpersand = 'Special',
scssAttribute = 'Label',
scssBoolean = 'Boolean',