Skip to content

Commit a2ef710

Browse files
committed
Tweak iteration keyword scope
1 parent 35d1b94 commit a2ef710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PostCSS.sublime-syntax

+1-1
Original file line numberDiff line numberDiff 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 ]#########################################

tests/syntax_test.postcss

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)