Skip to content

Commit 93b11ff

Browse files
committed
Handle nested string interpolation - fixes #18
1 parent bd0a561 commit 93b11ff

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Terraform.YAML-tmLanguage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ repository:
9696
- match: (\.)
9797
captures:
9898
'0': {name: keyword.control.period.terraform}
99+
- include: '#string_interpolation'

Terraform.tmLanguage

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@
296296
<key>match</key>
297297
<string>(\.)</string>
298298
</dict>
299+
<dict>
300+
<key>include</key>
301+
<string>#string_interpolation</string>
302+
</dict>
299303
</array>
300304
</dict>
301305
</array>

0 commit comments

Comments
 (0)