madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Allow for .tf as alias for .hcl files #468

Closed toddlang closed 5 years ago

toddlang commented 5 years ago

While the module will highlight HCL files correctly, HashiCorp recommends .tf as the extension for HCL files.

https://www.terraform.io/docs/configuration/ Terraform format ends in .tf and JSON format ends in .tf.json.

Can the .tf extension be added as an alias for .hcl files?