mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(php): fold consecutive imports (#6482)
* feat(php): fold consecutive imports * Inslude possible comment too * Format query * Revert respecting comments
This commit is contained in:
parent
28aebb7308
commit
1e20226231
1 changed files with 1 additions and 0 deletions
|
|
@ -13,4 +13,5 @@
|
|||
(enum_declaration)
|
||||
(function_static_declaration)
|
||||
(method_declaration)
|
||||
(namespace_use_declaration)+
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue