mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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)
|
(enum_declaration)
|
||||||
(function_static_declaration)
|
(function_static_declaration)
|
||||||
(method_declaration)
|
(method_declaration)
|
||||||
|
(namespace_use_declaration)+
|
||||||
] @fold
|
] @fold
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue