Expand description
Code folding support for the Oak language framework.
This crate provides traits and structures for identifying collapsible regions in source code, such as functions, comments, or imports.
Structs§
- Folding
Range - Represents a folding range in a document.
Enums§
- Folding
Range Kind - Enum of folding range kinds.
Traits§
- Folding
Provider - Trait for languages that support code folding.