diff options
author | Blaž Hrastnik | 2021-09-06 04:18:16 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-06 04:21:53 +0000 |
commit | 3cb95be452491a72d18c98ebc619b0d2abb1b746 (patch) | |
tree | 3881ee13510c703ca213cdaaa16c2b25049d6fc5 /helix-syntax | |
parent | 57ed5180e0e1af3b3ddcb478c4a6d6ecd969cd40 (diff) |
Update tree-sitter to 0.20
0.20 includes querying improvements, we no longer have to convert
fragments to strings but can return an iterator of chunks instead.
Diffstat (limited to 'helix-syntax')
-rw-r--r-- | helix-syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/Cargo.toml b/helix-syntax/Cargo.toml index 73eda472..9c2b8275 100644 --- a/helix-syntax/Cargo.toml +++ b/helix-syntax/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://helix-editor.com" include = ["src/**/*", "languages/**/*", "build.rs", "!**/docs/**/*", "!**/test/**/*", "!**/examples/**/*", "!**/build/**/*"] [dependencies] -tree-sitter = "0.19" +tree-sitter = "0.20" libloading = "0.7" anyhow = "1" |