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. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml |