summaryrefslogtreecommitdiffstats
path: root/core/src/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/text.rs')
-rw-r--r--core/src/text.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/text.rs b/core/src/text.rs
index 90581fea..9b9c753c 100644
--- a/core/src/text.rs
+++ b/core/src/text.rs
@@ -2,8 +2,10 @@
mod paragraph;
pub mod editor;
+pub mod highlighter;
pub use editor::Editor;
+pub use highlighter::Highlighter;
pub use paragraph::Paragraph;
use crate::alignment;