File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ contexts:
151
151
- meta_include_prototype : false
152
152
- meta_scope : meta.at-rule.each.postcss
153
153
- match : in{{break}}
154
- scope : keyword.operator.iterator .postcss
154
+ scope : keyword.operator.iteration.in .postcss
155
155
- include : values
156
156
157
157
# ##[ 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
280
280
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.each.postcss
281
281
// ^^ keyword.control.loop.each.postcss
282
282
// ^^^^ variable.other.postcss
283
- // ^^ keyword.operator.iterator .postcss
283
+ // ^^ keyword.operator.iteration.in .postcss
284
284
// ^^^^^^^ support.constant.property-value.css
285
285
// ^ punctuation.separator.sequence.css
286
286
// ^^^^^^^ support.constant.property-value.css
You can’t perform that action at this time.
0 commit comments