feat: first take at milestone M3

This commit is contained in:
2026-04-05 16:28:59 +02:00
parent 118633de81
commit b755c6bcbc
27 changed files with 5372 additions and 134 deletions

View File

@@ -1,7 +1,8 @@
mod buffer;
mod highlight;
pub mod history;
mod widget;
pub use buffer::EditorBuffer;
pub use buffer::{EditorBuffer, Selection};
pub use highlight::Highlighter;
pub use widget::{CodeEditor, mono_metrics};
pub use widget::{CodeEditor, EditorMessage, mono_metrics};