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

31 lines
217 B
Scheme

[
(list)
(scope)
(cons)
] @indent.begin
[
")"
"}"
"]"
] @indent.end
[
"("
")"
] @indent.branch
[
"{"
"}"
] @indent.branch
[
"["
"]"
] @indent.branch
[
(ERROR)
(comment)
] @indent.auto