diff options
author | Blaž Hrastnik | 2021-03-22 03:18:48 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-03-22 03:22:33 +0000 |
commit | 71999cce43b3750362cdea534c12cbf320d2677b (patch) | |
tree | ee0ce3fcc192e1d85861b08442109125415b8df0 /helix-core/src/lib.rs | |
parent | a32806b4901dfbb85fdc6c043515033afcbdb9a7 (diff) |
Implement auto-pairs behavior for open and close.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r-- | helix-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index a742ca13..6b991881 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -1,4 +1,5 @@ #![allow(unused)] +pub mod auto_pairs; pub mod comment; pub mod diagnostic; pub mod graphemes; |