mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
(formal_parameters)
|
||||
(enum_declaration_list)
|
||||
(switch_block)
|
||||
(match_block)
|
||||
(case_statement)
|
||||
"["
|
||||
] @indent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue