mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
indents(php): @auto on comment and ERROR
Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks.
This commit is contained in:
parent
a401f6ce7d
commit
1cec3899f5
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
[
|
||||
(comment)
|
||||
] @ignore
|
||||
] @auto
|
||||
|
||||
(compound_statement "}" @indent_end)
|
||||
|
||||
(ERROR) @auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue