Skip to content

Commit b56a168

Browse files
authored
Merge pull request #30 from digitalfiz/master
added highlighting for local variables
2 parents 2ccc988 + 3ee22be commit b56a168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terraform.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
</dict>
378378
</dict>
379379
<key>match</key>
380-
<string>(terraform|var|self|count|module|path|data)(\.[\w\*]+)+</string>
380+
<string>(terraform|var|self|count|module|path|data|local)(\.[\w\*]+)+</string>
381381
</dict>
382382
<key>strings</key>
383383
<dict>

0 commit comments

Comments
 (0)