Skip to content

Commit

Permalink
Merge pull request #30 from digitalfiz/master
Browse files Browse the repository at this point in the history
added highlighting for local variables
  • Loading branch information
alexlouden committed Feb 22, 2018
2 parents 2ccc988 + 3ee22be commit b56a168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform.tmLanguage
Expand Up @@ -377,7 +377,7 @@
</dict>
</dict>
<key>match</key>
<string>(terraform|var|self|count|module|path|data)(\.[\w\*]+)+</string>
<string>(terraform|var|self|count|module|path|data|local)(\.[\w\*]+)+</string>
</dict>
<key>strings</key>
<dict>
Expand Down

0 comments on commit b56a168

Please sign in to comment.