nvim-treesitter/queries/hcl/indents.scm

17 lines
163 B
Scheme
Raw Normal View History

[
(block)
(object)
(tuple)
2022-04-24 23:16:35 +02:00
(function_call)
] @indent.begin
[
"]"
")"
"}"
] @indent.branch @indent.end
(comment) @indent.auto
2024-01-06 15:05:50 +09:00
(ERROR) @indent.auto