mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks.
23 lines
272 B
Scheme
23 lines
272 B
Scheme
[
|
|
(array_creation_expression)
|
|
(compound_statement)
|
|
(declaration_list)
|
|
(binary_expression)
|
|
(return_statement)
|
|
(arguments)
|
|
(formal_parameters)
|
|
] @indent
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
"]"
|
|
] @branch
|
|
|
|
[
|
|
(comment)
|
|
] @auto
|
|
|
|
(compound_statement "}" @indent_end)
|
|
|
|
(ERROR) @auto
|