nvim-treesitter/queries/bass/indents.scm

23 lines
171 B
Scheme
Raw Normal View History

2023-03-22 05:24:56 -04:00
[
(list)
(scope)
(cons)
] @indent
[
")"
"}"
"]"
] @indent_end
[ "(" ")" ] @branch
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[
(ERROR)
(comment)
] @auto