mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
folds(rust): Fold trait definitions (#1582)
This commit is contained in:
parent
d779ee79f0
commit
419153c1f1
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
[(mod_item)
|
[(mod_item)
|
||||||
(function_item)
|
(function_item)
|
||||||
(struct_item)
|
(struct_item)
|
||||||
|
(trait_item)
|
||||||
(enum_item)
|
(enum_item)
|
||||||
(impl_item)
|
(impl_item)
|
||||||
(type_item)
|
(type_item)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue