feat(colors): cssAttrComma as Noise
This commit is contained in:
parent
a187175694
commit
b89dc79143
|
@ -431,6 +431,7 @@ local highlight_groups = {
|
||||||
--[[ 4.3.4. CSS ]]
|
--[[ 4.3.4. CSS ]]
|
||||||
cssAtRule = 'PreCondit',
|
cssAtRule = 'PreCondit',
|
||||||
cssAttr = 'Keyword',
|
cssAttr = 'Keyword',
|
||||||
|
cssAttrComma = 'Noise',
|
||||||
cssAttrRegion = 'Keyword',
|
cssAttrRegion = 'Keyword',
|
||||||
cssBraces = 'Delimiter',
|
cssBraces = 'Delimiter',
|
||||||
cssClassName = 'Structure',
|
cssClassName = 'Structure',
|
||||||
|
|
Loading…
Reference in New Issue