aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index e37175c1..79a22547 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -94,6 +94,8 @@ pub use ropey::{Rope, RopeSlice};
pub use tendril::StrTendril as Tendril;
+pub use unicode_general_category::get_general_category;
+
#[doc(inline)]
pub use {regex, tree_sitter};