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 386ff90 commit da75951Copy full SHA for da75951
Terraform.sublime-syntax
@@ -673,7 +673,7 @@ contexts:
673
# https://github.com/hashicorp/hcl2/blob/master/hcl/hclsyntax/spec.md#structural-elements
674
block:
675
# Special case heuristic for the AWS two-term resources
676
- - match: (\b(resource)\s+(")(aws_{{identifier}})(")\s+(")({{identifier}})("))\s*(\{)
+ - match: (\b(resource)\s+(")({{identifier}})(")\s+(")({{identifier}})("))\s*(\{)
677
captures:
678
1: meta.type.terraform
679
2: keyword.declaration.terraform
0 commit comments