nova-rust
nova-rust copied to clipboard
Support code folding ribbon
Is your feature request related to a problem? Please describe.
Currently the extension doesn't support folding ribbon as shown in the screenshot.
Describe the solution you'd like
Support it!
Additional context
Environment:
- Nova 11.2
- nova-rust 2.3.2
Yep, I should add code folding queries. Thanks for bringing this to my attention! I feel like folds used to come for free with symbols but maybe that changed with Tree Sitter? Admittedly, I don't use folding because folds are forgotten between sessions.
I'm not crazy – after commenting out Tree Sitter so it fell back on regex syntax definitions, fold ribbons appeared:
Good to know!