nvim-treesitter/queries/php/indents.scm
2022-02-05 18:54:55 +01:00

24 lines
308 B
Scheme

[
(array_creation_expression)
(compound_statement)
(declaration_list)
(binary_expression)
(return_statement)
] @indent
[
")"
"}"
"]"
] @branch
[
(comment)
] @ignore
(compound_statement "}" @indent_end)
([
(arguments)
(formal_parameters)
] @aligned_indent
(#set! "delimiter" "()"))