mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
8a29086c1a
`is_ascii_punctuation` will only work for ASCII punctuations, and when we have unicode punctuation (or other) we jump into the `unreachable`. This patch fallback into categorizing everything in this branch as `Unknown`. Fixes https://github.com/helix-editor/helix/issues/123 https://github.com/helix-editor/helix/pull/135: add better support for unicode categories. |
||
---|---|---|
.. | ||
auto_pairs.rs | ||
comment.rs | ||
diagnostic.rs | ||
graphemes.rs | ||
history.rs | ||
indent.rs | ||
lib.rs | ||
macros.rs | ||
match_brackets.rs | ||
movement.rs | ||
object.rs | ||
position.rs | ||
register.rs | ||
search.rs | ||
selection.rs | ||
state.rs | ||
syntax.rs | ||
transaction.rs | ||
words.rs |