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 @@ -211,7 +211,7 @@ contexts:
211211 - meta_include_prototype : false
212212 - meta_scope : meta.at-rule.each.postcss
213213 - match : in{{break}}
214- scope : keyword.operator.iterator .postcss
214+ scope : keyword.operator.iteration.in .postcss
215215 - include : values
216216
217217# ##[ POSTCSS DEFINE-FUNCTION AT-RULE ]#########################################
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ $(tag) > .$(cls) > #$(id) : $(pseudo) [$(attr)=$(value)] { $(prop): $(value); gr
280280// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.each.postcss
281281// ^^ keyword.control.loop.each.postcss
282282// ^^^^ variable.other.postcss
283- // ^^ keyword.operator.iterator .postcss
283+ // ^^ keyword.operator.iteration.in .postcss
284284// ^^^^^^^ support.constant.property-value.css
285285// ^ punctuation.separator.sequence.css
286286// ^^^^^^^ support.constant.property-value.css
You can’t perform that action at this time.
0 commit comments