mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix(rust): add const_item to folds
This commit is contained in:
parent
c41d38b70e
commit
1ce6000a95
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
(impl_item)
|
(impl_item)
|
||||||
(type_item)
|
(type_item)
|
||||||
(union_item)
|
(union_item)
|
||||||
|
(const_item)
|
||||||
(use_declaration)
|
(use_declaration)
|
||||||
(let_declaration)
|
(let_declaration)
|
||||||
(loop_expression)
|
(loop_expression)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue