aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 1 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6334ee8b..2919b53e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -372,6 +372,7 @@ dependencies = [
"ropey",
"smallvec",
"tendril",
+ "tree-sitter",
"unicode-segmentation",
"unicode-width",
]
@@ -396,8 +397,6 @@ dependencies = [
"helix-syntax",
"num_cpus",
"smol",
- "tree-sitter",
- "tree-sitter-highlight",
"tui",
]
@@ -720,16 +719,6 @@ dependencies = [
]
[[package]]
-name = "tree-sitter-highlight"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6e3c800ac0db1562a045a4893cbbd7c484eb93426cae5632f9e5d24dd588cd1"
-dependencies = [
- "regex",
- "tree-sitter",
-]
-
-[[package]]
name = "tui"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"