nvim-treesitter/queries/php/indents.scm

22 lines
284 B
Scheme

[
(array_creation_expression)
(arguments)
(formal_parameters)
(compound_statement)
(declaration_list)
(binary_expression)
(return_statement)
(expression_statement)
] @indent
[
")"
"}"
"]"
] @branch
[
(comment)
] @ignore
(compound_statement "}" @indent_end)