nvim-treesitter/queries/zig/indents.scm

24 lines
246 B
Scheme
Raw Normal View History

2021-03-23 06:18:43 +05:30
[
2021-08-08 18:54:24 +09:00
; BUG: why function block not indent
(Block)
(ContainerDecl)
(SwitchExpr)
(InitList)
2021-03-23 06:18:43 +05:30
] @indent
[
"("
")"
"["
"]"
"{"
"}"
] @branch
[
(line_comment)
2021-08-08 18:54:24 +09:00
(container_doc_comment)
(doc_comment)
(STRINGLITERAL)
2021-03-23 06:18:43 +05:30
] @ignore