From 3756c21baefa6182beaa9a3d5ced9d720cf9adcb Mon Sep 17 00:00:00 2001 From: Jan Hrastnik Date: Wed, 16 Jun 2021 17:00:21 +0200 Subject: rebase on branch line_ending_detection --- helix-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index b11faeab..c0c8937a 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -104,6 +104,7 @@ pub use position::{coords_at_pos, pos_at_coords, Position}; pub use selection::{Range, Selection}; pub use smallvec::SmallVec; pub use syntax::Syntax; +pub use graphemes::RopeGraphemes; pub use diagnostic::Diagnostic; pub use state::State; -- cgit v1.2.3-70-g09d2