aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-09-11 05:14:44 +0000
committerBlaž Hrastnik2020-09-11 05:14:44 +0000
commitb17a77b8b84b1dfdbc1615a652e9718d847ea0de (patch)
tree59ea9ff48893d4903960adf4f52de57e5f3ca0b2 /Cargo.lock
parentb647c7a773fb3323ccc884f4d0d4ce25c3e8aea8 (diff)
cleanup: Import tree-sitter-highlight so we can cache trees.
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"