nvim-treesitter/queries/wgsl/indents.scm
2023-01-10 10:07:08 +01:00

19 lines
317 B
Scheme

[
(parameter_list)
(compound_statement)
(loop_statement)
(struct_declaration)
] @indent
(compound_statement "}" @indent_end)
(loop_statement "}" @indent_end)
(function_declaration ")" @indent_end)
(struct_declaration "}" @indent_end)
[
"else"
")"
"}"
] @branch
[(line_comment) (block_comment)] @auto