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 @@ -192,7 +192,7 @@ contexts:
192192 - meta_scope : meta.at-rule.apply.postcss
193193 - match : ' {{custom_ident_begin}}'
194194 push : custom-property-variable-content
195- - match : \.
195+ - match : \.|{{ident_begin}}
196196 scope : punctuation.definition.entity.css
197197 push : selector-class-identifier-content
198198 - 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