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 @@ -151,7 +151,7 @@ contexts:
151151 - meta_include_prototype : false
152152 - meta_scope : meta.at-rule.each.postcss
153153 - match : in{{break}}
154- scope : keyword.operator.iterator .postcss
154+ scope : keyword.operator.iteration.in .postcss
155155 - include : values
156156
157157# ##[ 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