mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add parser for LSP snippet
This commit is contained in:
parent
c8e6857aff
commit
9c12e0fb76
4 changed files with 371 additions and 0 deletions
|
@ -14,6 +14,7 @@ homepage = "https://helix-editor.com"
|
|||
[dependencies]
|
||||
helix-core = { version = "0.6", path = "../helix-core" }
|
||||
helix-loader = { version = "0.6", path = "../helix-loader" }
|
||||
helix-parsec = { version = "0.6", path = "../helix-parsec" }
|
||||
|
||||
anyhow = "1.0"
|
||||
futures-executor = "0.3"
|
||||
|
@ -26,3 +27,4 @@ thiserror = "1.0"
|
|||
tokio = { version = "1.26", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
|
||||
tokio-stream = "0.1.12"
|
||||
which = "4.4"
|
||||
once_cell = "1.15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue