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.
2 parents 5f30e91 + e557fc3 commit 3227a2dCopy full SHA for 3227a2d
Terraform.tmLanguage
@@ -364,6 +364,10 @@
364
<key>include</key>
365
<string>#string_interpolation_keywords</string>
366
</dict>
367
+ <dict>
368
+ <key>include</key>
369
+ <string>#strings</string>
370
+ </dict>
371
</array>
372
373
<key>string_interpolation_keywords</key>
@@ -411,7 +415,7 @@
411
415
412
416
<dict>
413
417
<key>match</key>
414
- <string>([\w\-\/\._\\%]+)</string>
418
+ <string>([\w\-\/\._\\%\(\)]+)</string>
419
<key>name</key>
420
<string>string.quoted.double.terraform</string>
421
0 commit comments