nvim-treesitter/queries/bicep/indents.scm
2024-01-19 16:58:37 +01:00

27 lines
215 B
Scheme

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