mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(rust): add foreign_mod_item to folds
This commit is contained in:
parent
f9c422a121
commit
6f8387f05d
1 changed files with 22 additions and 20 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
[(mod_item)
|
[
|
||||||
|
(mod_item)
|
||||||
|
(foreign_mod_item)
|
||||||
(function_item)
|
(function_item)
|
||||||
(struct_item)
|
(struct_item)
|
||||||
(trait_item)
|
(trait_item)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue