Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/lib.rs')
| -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 413c2da7..2bf75f69 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -1,6 +1,7 @@ pub use encoding_rs as encoding; pub mod auto_pairs; +pub mod case_conversion; pub mod chars; pub mod comment; pub mod completion; @@ -22,6 +23,7 @@ mod position; pub mod search; pub mod selection; pub mod shellwords; +pub mod snippets; pub mod surround; pub mod syntax; pub mod test; |