mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Rust: add mod_item to folds
This commit is contained in:
parent
0e3dd8d3fa
commit
065ff440d4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[(function_item)
|
||||
[(mod_item)
|
||||
(function_item)
|
||||
(struct_item)
|
||||
(enum_item)
|
||||
(impl_item)
|
||||
|
|
@ -20,5 +21,4 @@
|
|||
(macro_invocation)
|
||||
|
||||
(attribute_item)
|
||||
]
|
||||
@fold
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue