Skip to content

Commit

Permalink
Handle nested string interpolation - fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlouden committed Feb 13, 2017
1 parent bd0a561 commit 93b11ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Terraform.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ repository:
- match: (\.)
captures:
'0': {name: keyword.control.period.terraform}
- include: '#string_interpolation'
4 changes: 4 additions & 0 deletions Terraform.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@
<key>match</key>
<string>(\.)</string>
</dict>
<dict>
<key>include</key>
<string>#string_interpolation</string>
</dict>
</array>
</dict>
</array>
Expand Down

0 comments on commit 93b11ff

Please sign in to comment.