diff options
| author | pml68 <contact@pml68.dev> | 2025-02-27 15:24:44 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-27 15:24:44 +0100 |
| commit | e4708bdb31a792918a4bc162aebbc296fce9ce85 (patch) | |
| tree | 03c72e314f1dea1adf4519b64e6719108fbfe980 /README.md | |
| parent | docs: add README (diff) | |
| download | iced_custom_highlighter-e4708bdb31a792918a4bc162aebbc296fce9ce85.tar.gz | |
feat: update `iced_core`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ Column::new() .push( text_editor(&state.content) .placeholder("Type something here...") - .rehighlight_on_redraw(true) .highlight_with::<Highlighter>( Settings::new(vec![], Highlight::default_style, "rs"), Highlight::to_format, |
