aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0753766..e689f42 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -26,7 +26,6 @@
//! .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,