diff options
author | Jan Hrastnik | 2021-06-16 15:00:21 +0000 |
---|---|---|
committer | Jan Hrastnik | 2021-06-16 15:00:21 +0000 |
commit | 3756c21baefa6182beaa9a3d5ced9d720cf9adcb (patch) | |
tree | 1b5593b5b74a41c42ee22958350f4795cde12509 /helix-view/src/lib.rs | |
parent | a364d6c3837c36225dcd4ec9b15ef2c192feef0b (diff) |
rebase on branch line_ending_detection
Diffstat (limited to 'helix-view/src/lib.rs')
-rw-r--r-- | helix-view/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index 7e253320..e8c12af7 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -10,6 +10,7 @@ new_key_type! { pub struct DocumentId; } new_key_type! { pub struct ViewId; } pub use document::Document; +pub use document::LineEnding; pub use editor::Editor; pub use register_selection::RegisterSelection; pub use theme::Theme; |