nvim-treesitter/runtime/queries/bicep/indents.scm
2023-09-09 16:16:51 +02:00

18 lines
203 B
Scheme

[
(array)
(object)
] @indent.begin
"}" @indent.end
[ "{" "}" ] @indent.branch
[ "[" "]" ] @indent.branch
[ "(" ")" ] @indent.branch
[
(ERROR)
(comment)
(diagnostic_comment)
] @indent.auto