Skip to content

Commit 9021263

Browse files
committed
Merge branch 'st4152'
2 parents caca26e + a2ef710 commit 9021263

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
@@ -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 ]#########################################

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)