We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac3c6b commit df9a70eCopy full SHA for df9a70e
Terraform.sublime-syntax
@@ -695,7 +695,7 @@ contexts:
695
696
illegal-strays:
697
- match: '[\])}]'
698
- scope: invalid.illegal.stray.python
+ scope: invalid.illegal.stray.terraform
699
700
# Blocks: Identifier (StringLit|Identifier)* "{" Newline Body "}" Newline;
701
#
tests/syntax_test_scope.tf
@@ -3441,10 +3441,10 @@ resource "aws_iam_role_policy" "attach-inline-policy-1" {
3441
}
3442
3443
]
3444
-# <- invalid.illegal.stray.python
+# <- invalid.illegal.stray.terraform
3445
3446
3447
3448
3449
)
3450
0 commit comments