1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 22:00: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)
2022-11-14 00:10:02 +08:00
] @ignore
(compound_statement "}" @indent_end)