aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-27 15:24:44 +0100
committerpml68 <contact@pml68.dev>2025-02-27 15:24:44 +0100
commite4708bdb31a792918a4bc162aebbc296fce9ce85 (patch)
tree03c72e314f1dea1adf4519b64e6719108fbfe980 /README.md
parentdocs: add README (diff)
downloadiced_custom_highlighter-e4708bdb31a792918a4bc162aebbc296fce9ce85.tar.gz
feat: update `iced_core`
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d09cfcc..7959be2 100644
--- a/README.md
+++ b/README.md
@@ -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,