diff options
Diffstat (limited to '')
| -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, |
