Adjusted code-folding behavior

This commit is contained in:
Mikayla Maki 2023-02-27 14:46:25 -08:00
parent e0f553c0f5
commit 9b8adecf05
4 changed files with 66 additions and 38 deletions

View file

@ -643,6 +643,9 @@ pub struct CodeActions {
pub struct Folds {
pub indicator: Interactive<Indicator>,
pub fold_background: Color,
pub icon_width: f32,
pub folded_icon: String,
pub foldable_icon: String,
}
#[derive(Clone, Deserialize, Default)]