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 bd0a561 commit 93b11ffCopy full SHA for 93b11ff
Terraform.YAML-tmLanguage
@@ -96,3 +96,4 @@ repository:
96
- match: (\.)
97
captures:
98
'0': {name: keyword.control.period.terraform}
99
+ - include: '#string_interpolation'
Terraform.tmLanguage
@@ -296,6 +296,10 @@
296
<key>match</key>
297
<string>(\.)</string>
298
</dict>
299
+ <dict>
300
+ <key>include</key>
301
+ <string>#string_interpolation</string>
302
+ </dict>
303
</array>
304
305
0 commit comments