nvim-treesitter/queries/hcl/indents.scm
Michael Hoffmann b1e8b61a94 indents(hcl): fix indentation queries
This commit adds tests for hcl indentation and fixes various bugs
2022-04-24 18:57:30 +02:00

22 lines
167 B
Scheme

[
(block)
(object)
(tuple)
] @indent
[
(block_end)
(object_end)
(tuple_end)
] @branch
[
"]"
")"
"}"
] @indent_end
(comment) @auto
(ERROR) @auto