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

26 lines
304 B
Scheme
Raw Normal View History

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