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

25 lines
249 B
Scheme

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