feat(colors): cssAttrComma as Noise

This commit is contained in:
Iron-E 2021-02-26 15:49:47 -05:00
parent a187175694
commit b89dc79143
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ local highlight_groups = {
--[[ 4.3.4. CSS ]]
cssAtRule = 'PreCondit',
cssAttr = 'Keyword',
cssAttrComma = 'Noise',
cssAttrRegion = 'Keyword',
cssBraces = 'Delimiter',
cssClassName = 'Structure',