Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 = [ |