nvim-treesitter/queries/php/indents.scm
2022-02-13 12:19:54 +01:00

21 lines
259 B
Scheme

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