pjmiravalle / vscode-terraform-advanced-syntax-highlighting

Terraform Advanced Syntax Highlighting is a Visual Studio Code extension that dramatically improves syntax highlighting for .tf, .tfvars, and .hcl files in VS Code.
https://marketplace.visualstudio.com/items?itemName=pjmiravalle.terraform-advanced-syntax-highlighting
MIT License
12 stars 3 forks source link

Terraform Advanced Syntax Highlighting

Terraform Advanced Syntax Highlighting is a Visual Studio Code extension that dramatically improves syntax highlighting for .tf, .tfvars, and .hcl files in VS Code.

This extension has been designed and tested to either work as a standalone solution for Terraform syntax highlighting, or alongside other extensions. Take a look at the Compatibility section for more information.

Before (with Hashicorp Terraform Extension)

Terraform Syntax Highlighting - Before

After (with this extension)

Terraform Syntax Highlighting - After

Usage

Most themes are supported by default. Just install this VS Code extension and you'll immediately see improved syntax highlighting for your Terraform files.

For any theme specific issues, please take a look at the following guide provided by VS Code.

Compatibility

The following extensions have been tested to work alongside Terraform Advanced Syntax Highlighting:

Feedback

Notice any bugs, or have an idea on how this extension can improve? Please submit a request here.

Happy Coding! 😄

~ Patrick