nvim-treesitter/runtime/queries/bicep/indents.scm
2025-05-12 18:43:40 +02:00

27 lines
215 B
Scheme

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