diff options
Diffstat (limited to 'helix-core/src')
-rw-r--r-- | helix-core/src/lib.rs | 2 |
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}; |