File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ contexts:
132132 - meta_scope : meta.at-rule.apply.postcss
133133 - match : ' {{custom_ident_begin}}'
134134 push : custom-property-variable-content
135- - match : \.
135+ - match : \.|{{ident_begin}}
136136 scope : punctuation.definition.entity.css
137137 push : selector-class-identifier-content
138138 - include : values
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ $(tag) > .$(cls) > #$(id) : $(pseudo) [$(attr)=$(value)] { $(prop): $(value); gr
267267// ^ punctuation.definition.entity.css
268268// ^^^^^^^^^ variable.other.postcss
269269// ^ punctuation.definition.variable.postcss
270- // ^^^^^^^^ support.constant.property-value .css
270+ // ^^^^^^^^ entity.other.attribute-name.class .css
271271// ^ punctuation.terminator.rule.css
272272}
273273
You can’t perform that action at this time.
0 commit comments