1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/zig/indents.scm

23 lines
207 B
Scheme

[
(block)
(switch_expression)
(initializer_list)
] @indent.begin
(block
"}" @indent.end)
[
"("
")"
"["
"]"
"{"
"}"
] @indent.branch
[
(comment)
(multiline_string)
] @indent.ignore