fix: properly handle utf8 code points for highlight and tag assertions

(cherry picked from commit 6f050f0da5)
This commit is contained in:
Amaan Qureshi 2024-09-08 14:26:34 -04:00
parent 3ad82e6772
commit 8e1dbb4617
9 changed files with 131 additions and 53 deletions

View file

@ -27,6 +27,7 @@ wasm = ["tree-sitter/wasm", "tree-sitter-loader/wasm"]
[dependencies]
anstyle.workspace = true
anyhow.workspace = true
bstr.workspace = true
clap.workspace = true
ctor.workspace = true
ctrlc.workspace = true