mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
fix(php): do not indent after class/enum decl
This commit is contained in:
parent
ebdffa78bd
commit
53c79ddc28
3 changed files with 23 additions and 0 deletions
|
|
@ -40,6 +40,12 @@
|
|||
(compound_statement
|
||||
"}" @indent.end)
|
||||
|
||||
(declaration_list
|
||||
"}" @indent.end)
|
||||
|
||||
(enum_declaration_list
|
||||
"}" @indent.end)
|
||||
|
||||
(return_statement
|
||||
";" @indent.end)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue