Tree-sitter HCL. Syntax highlighting and code understanding for Terraform and HashiCorp configuration files.

github.com/mitchellh/tree-sitter-hcl

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2021
  • Update README.md
June 2021
  • Update README.md
  • corpus: add another big example, no errors!
  • grammar: fix empty blocks
  • grammar: objects don't need trailing commas
  • highlights: tweak, highlight object keys
  • highlights: function call
  • use types not properties
  • block identifer highlighting
  • add huge example
  • highlights and folds queries
  • forgot comments with '#'
  • Update README.md
  • Create LICENSE
  • Add README
  • comments
  • block
  • heredoc
  • strings
  • conditionals and operators