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 @@ -349,7 +349,7 @@ contexts:
349
349
- match : \bendfor\b
350
350
scope : keyword.control.loop.end.terraform
351
351
- match : \bin\b
352
- scope : keyword.operator.iteration .in.terraform
352
+ scope : keyword.control.loop .in.terraform
353
353
- include : expressions
354
354
355
355
# String Heredocs
Original file line number Diff line number Diff line change 548
548
# ^^ meta.interpolation.terraform punctuation.section.interpolation.begin.terraform
549
549
# ^^^ keyword.control.loop.for.terraform
550
550
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.interpolation.terraform
551
- # ^^ keyword.operator.iteration .in.terraform
551
+ # ^^ keyword.control.loop .in.terraform
552
552
# ^^^ meta.interpolation.terraform variable.language.terraform
553
553
# ^ meta.interpolation.terraform punctuation.accessor.dot.terraform
554
554
# ^^^^^ meta.interpolation.terraform variable.other.member.terraform
You can’t perform that action at this time.
0 commit comments