feat: first take at milestone M3
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user