Skip to content

Commit

Permalink
Merge pull request #19 from akarnani/master
Browse files Browse the repository at this point in the history
Add .hcl as a highlighted file extention
  • Loading branch information
alexlouden authored Feb 15, 2017
2 parents 93b11ff + bee4bf0 commit 327d712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform.YAML-tmLanguage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [PackageDev] target_format: plist, ext: tmLanguage
name: Terraform
scopeName: source.terraform
fileTypes: [tf, tfvars]
fileTypes: [tf, tfvars, hcl]
uuid: 9060ca81-906d-4f19-a91a-159f4eb119d6

patterns:
Expand Down
1 change: 1 addition & 0 deletions Terraform.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<array>
<string>tf</string>
<string>tfvars</string>
<string>hcl</string>
</array>
<key>name</key>
<string>Terraform</string>
Expand Down

0 comments on commit 327d712

Please sign in to comment.