mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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.
6 lines
35 B
HCL
6 lines
35 B
HCL
test {
|
|
x = [
|
|
1,
|
|
2,
|
|
]
|
|
}
|