mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
This enables us to have different queries for terraform and general hcl. It solve the situation where other dialects of hcl (nomad, packer, etc) might use a terraform keyword and get highlighted out of place. |
||
|---|---|---|
| .. | ||
| function_call.tf | ||
| indent-in-multiline-objects.tf | ||
| indent-in-multiline-tuples.tf | ||
| multiline-comments.tf | ||
| multiple-attributes.tf | ||
| multiple-blocks.tf | ||
| nested_blocks.tf | ||
| no-indent-after-brace.tf | ||