nvim-treesitter/queries/bass/indents.scm
2023-03-22 06:34:30 -04:00

22 lines
171 B
Scheme

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