Skip to content

Commit 8ead488

Browse files
committed
Replace tree-sitter with tree-house
1 parent 21668c7 commit 8ead488

34 files changed

+1493
-3123
lines changed

Cargo.lock

Lines changed: 26 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package.helix-tui.opt-level = 2
3737
package.helix-term.opt-level = 2
3838

3939
[workspace.dependencies]
40-
tree-sitter = { version = "0.22" }
40+
tree-house = { git = "https://github.com/helix-editor/tree-house", default-features = false }
4141
nucleo = "0.5.0"
4242
slotmap = "1.0.7"
4343
thiserror = "2.0"

helix-core/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ unicode-segmentation.workspace = true
3232
unicode-width = "=0.1.12"
3333
unicode-general-category = "1.0"
3434
slotmap.workspace = true
35-
tree-sitter.workspace = true
35+
tree-house.workspace = true
3636
once_cell = "1.21"
3737
arc-swap = "1"
3838
regex = "1"
3939
bitflags.workspace = true
40-
ahash = "0.8.11"
41-
hashbrown = { version = "0.14.5", features = ["raw"] }
40+
foldhash.workspace = true
4241
url = "2.5.4"
4342

4443
log = "0.4"

0 commit comments

Comments
 (0)