1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:00:06 +08:00
SpaceVim/bundle/nvim-treesitter/queries/cue/indents.scm

22 lines
208 B
Scheme

[
(import_spec_list)
(field)
] @indent.begin
[
"}"
"]"
")"
] @indent.end
[ "{" "}" ] @indent.branch
[ "[" "]" ] @indent.branch
[ "(" ")" ] @indent.branch
[
(ERROR)
(comment)
] @indent.auto