nvim-treesitter/queries/zig/indents.scm
George Harker cb568af539 use indent.X syntax for captures and properties of set directives
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
2023-03-24 13:07:53 -04:00

24 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