mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(rust): separate import folds from others (#7279)
This commit is contained in:
parent
9210b9a4fa
commit
649f6a1636
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
(type_item)
|
||||
(union_item)
|
||||
(const_item)
|
||||
(use_declaration)+
|
||||
(let_declaration)
|
||||
(loop_expression)
|
||||
(for_expression)
|
||||
|
|
@ -22,4 +21,5 @@
|
|||
(macro_invocation)
|
||||
(attribute_item)
|
||||
(block)
|
||||
(use_declaration)+
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue