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

32 lines
217 B
Scheme

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