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 ]]
|
||||
cssAtRule = 'PreCondit',
|
||||
cssAttr = 'Keyword',
|
||||
cssAttrComma = 'Noise',
|
||||
cssAttrRegion = 'Keyword',
|
||||
cssBraces = 'Delimiter',
|
||||
cssClassName = 'Structure',
|
||||
|
|
Loading…
Reference in New Issue