diff options
author | Blaž Hrastnik | 2021-04-08 14:18:25 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-04-08 14:25:35 +0000 |
commit | 71c06c11cb2f3831326ec10035b66ac6df075c8a (patch) | |
tree | 96ae0b2a88a393bbbe75a2fc56ccb1aedb9a05d7 /helix-core/Cargo.toml | |
parent | 52da68e49a582f960ebf3ec26ae3279b102b01f2 (diff) |
Import tree sitter queries.
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4b1566d7..4e07712b 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -16,7 +16,7 @@ tendril = "0.4.2" unicode-segmentation = "1.6" unicode-width = "0.1" # slab = "0.4.2" -tree-sitter = "0.17" +tree-sitter = "0.19" once_cell = "1.4" regex = "1" |