mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
cleanup: Import tree-sitter-highlight so we can cache trees.
This commit is contained in:
parent
b647c7a773
commit
b17a77b8b8
9 changed files with 1148 additions and 138 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
@ -719,16 +718,6 @@ dependencies = [
|
|||
"regex",
|
||||
]
|
||||
|
||||
[[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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue