Skip to content

Commit b5b9a75

Browse files
author
Alex Louden
committed
Fix nested functions. Fixes #26
1 parent 3ca5d5d commit b5b9a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Terraform.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ repository:
112112
endCaptures:
113113
'1': {name: keyword.other.section.end.terraform}
114114
patterns:
115-
- include: '$self'
115+
- include: '#string_interpolation_functions'
116116
- include: '#string_interpolation_keywords'
117117

118118
string_interpolation_keywords:

Terraform.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
<array>
359359
<dict>
360360
<key>include</key>
361-
<string>$self</string>
361+
<string>#string_interpolation_functions</string>
362362
</dict>
363363
<dict>
364364
<key>include</key>

0 commit comments

Comments
 (0)