mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add helix-syntax as a wrapper around tree-sitter parsers.
This commit is contained in:
parent
563e094916
commit
7eac12a4bb
27 changed files with 417 additions and 0 deletions
|
@ -14,6 +14,8 @@ path = "src/main.rs"
|
|||
# termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] }
|
||||
# termwiz = { path = "../../wezterm/termwiz", default-features = false, features = ["widgets"] }
|
||||
|
||||
helix-syntax = { path = "../helix-syntax" }
|
||||
|
||||
anyhow = "1"
|
||||
argh = "0.1.3"
|
||||
helix-core = { path = "../helix-core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue