Skip to content

Commit

Permalink
Add auto pairs for same-char pairs
Browse files Browse the repository at this point in the history
* Add unit tests for all existing functionality
* Add auto pairs for same-char pairs (quotes, etc). Account for
  apostrophe in prose by requiring both sides of the cursor to be
  non-pair chars or whitespace. This also incidentally will work for
  avoiding a double single quote in lifetime annotations, at least until
  <> is added
* Slight factor of moving the cursor transform of the selection to
  inside the hooks. This will enable doing auto pairing with selections,
  and fixing the bug where auto pairs destroy the selection.

Fixes helix-editor#1014
  • Loading branch information
dead10ck committed Dec 2, 2021
1 parent 418b833 commit f7fe664
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 66 deletions.
Loading

0 comments on commit f7fe664

Please sign in to comment.