helix/helix-core
Michael Davis 39b72329b4
stdx: Add floor/ceil/is grapheme boundary functions to RopeSliceExt
These functions are the equivalent of 23b424a46 for grapheme clusters.
In order to add the `is_grapheme_boundary` function we also need to
query whether a byte index lies on a character boundary, so this change
also adds `is_char_boundary`.
2025-01-27 09:24:40 -05:00
..
src perf(syntax): short-circuit if name matches language_id (#12407) 2025-01-23 17:49:14 -06:00
tests Resolve new Clippy lints 2024-05-07 15:15:52 -04:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml stdx: Add floor/ceil/is grapheme boundary functions to RopeSliceExt 2025-01-27 09:24:40 -05:00