Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f1cd1632..aa8b613c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1311,6 +1311,7 @@ dependencies = [
"hashbrown 0.14.5",
"helix-loader",
"helix-stdx",
+ "helix-syntax",
"imara-diff",
"indoc",
"log",
@@ -1426,6 +1427,23 @@ dependencies = [
]
[[package]]
+name = "helix-syntax"
+version = "24.7.0"
+dependencies = [
+ "ahash",
+ "arc-swap",
+ "bitflags 2.6.0",
+ "hashbrown 0.14.5",
+ "helix-stdx",
+ "log",
+ "once_cell",
+ "regex",
+ "ropey",
+ "slotmap",
+ "tree-sitter",
+]
+
+[[package]]
name = "helix-term"
version = "24.7.0"
dependencies = [