nvim-treesitter/runtime/queries/bass/indents.scm

32 lines
217 B
Scheme
Raw Normal View History

2023-03-22 05:24:56 -04:00
[
(list)
(scope)
(cons)
] @indent.begin
2023-03-22 05:24:56 -04:00
[
")"
"}"
"]"
] @indent.end
2023-03-22 05:24:56 -04:00
2024-01-06 15:05:50 +09:00
[
"("
")"
] @indent.branch
2023-03-22 05:24:56 -04:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-03-22 05:24:56 -04:00
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @indent.branch
2023-03-22 05:24:56 -04:00
[
(ERROR)
(comment)
] @indent.auto