nvim-treesitter/queries/php/indents.scm

23 lines
284 B
Scheme
Raw Normal View History

2021-03-19 11:16:02 +09:00
[
(array_creation_expression)
(arguments)
(formal_parameters)
(compound_statement)
(declaration_list)
(binary_expression)
(return_statement)
(expression_statement)
] @indent
[
")"
"}"
"]"
] @branch
[
(comment)
] @ignore
(compound_statement "}" @indent_end)