nvim-treesitter/queries/php/indents.scm

24 lines
264 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