1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 00:40:07 +08:00
SpaceVim/bundle/nvim-treesitter/queries/php/indents.scm

22 lines
259 B
Scheme
Raw Normal View History

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