nvim-treesitter/queries/zig/indents.scm
2021-08-11 08:16:16 +02:00

23 lines
246 B
Scheme

[
; BUG: why function block not indent
(Block)
(ContainerDecl)
(SwitchExpr)
(InitList)
] @indent
[
"("
")"
"["
"]"
"{"
"}"
] @branch
[
(line_comment)
(container_doc_comment)
(doc_comment)
(STRINGLITERAL)
] @ignore