nvim-treesitter/queries/php/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

28 lines
383 B
Scheme

[
(array_creation_expression)
(compound_statement)
(declaration_list)
(binary_expression)
(return_statement)
(arguments)
(formal_parameters)
(enum_declaration_list)
(switch_block)
(match_block)
(case_statement)
"["
] @indent.begin
[
")"
"}"
"]"
] @indent.branch
[
(comment)
] @indent.auto
(compound_statement "}" @indent.end)
(ERROR) @indent.auto