samuelcolvin / jinjahtml-vscode

Syntax highlighting for jinja(2) html templates in vscode
https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml
MIT License
135 stars 55 forks source link

Add hcl file endings for terraform/HashiCorp configuration language #120

Closed peschmae closed 2 years ago

peschmae commented 2 years ago

Terraform is a syntax defined as HCL, as described by HashiCorp here: https://www.terraform.io/language/syntax/configuration

This pull request, adds HCL file endings to the terraform configuration, and mentions HashiCorp configuration language in the README.

I thought about renaming the whole terraform files to hcl since this is a superset of terraform, but I think just adding the file endings is the safer approach and less likely to break stuff.

Fixes #104

samuelcolvin commented 2 years ago

thanks so much.