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 3ca5d5d commit b5b9a75Copy full SHA for b5b9a75
Terraform.YAML-tmLanguage
@@ -112,7 +112,7 @@ repository:
112
endCaptures:
113
'1': {name: keyword.other.section.end.terraform}
114
patterns:
115
- - include: '$self'
+ - include: '#string_interpolation_functions'
116
- include: '#string_interpolation_keywords'
117
118
string_interpolation_keywords:
Terraform.tmLanguage
@@ -358,7 +358,7 @@
358
<array>
359
<dict>
360
<key>include</key>
361
- <string>$self</string>
+ <string>#string_interpolation_functions</string>
362
</dict>
363
364
0 commit comments