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

25 lines
229 B
Scheme
Vendored

[
(Block)
(ContainerDecl)
(SwitchExpr)
(InitList)
] @indent
(Block "}" @indent_end)
[
"("
")"
"["
"]"
"{"
"}"
] @branch
[
(line_comment)
(container_doc_comment)
(doc_comment)
(LINESTRING)
] @ignore