1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:30:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/bass/indents.scm

23 lines
205 B
Scheme
Raw Normal View History

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