Adjusted code-folding behavior
This commit is contained in:
parent
e0f553c0f5
commit
9b8adecf05
4 changed files with 66 additions and 38 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue