mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
feat(php): improve indents for match and switch (#3953)
This commit is contained in:
parent
35ad87384b
commit
fbc2ce9d65
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
(arguments)
|
(arguments)
|
||||||
(formal_parameters)
|
(formal_parameters)
|
||||||
(enum_declaration_list)
|
(enum_declaration_list)
|
||||||
|
(switch_block)
|
||||||
|
(match_block)
|
||||||
|
(case_statement)
|
||||||
"["
|
"["
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue