//! Backend-agnostic editing logic for the text editor: word autocomplete,
//! line moves, word swaps and indentation edits.
#![deny(missing_docs)]pubmodbrackets;pubmodcompletion;pubmodedits;pubmodlineops;pubmodsyntax;pubmodwordops;#[cfg(feature ="files")]pubmodfiles;#[cfg(feature ="egui")]pubmodwidget;