Reimplement snippet parsing using recursive descent
This commit is contained in:
parent
956748e10c
commit
55cc7bb868
15 changed files with 90 additions and 1289 deletions
|
@ -9,5 +9,3 @@ path = "src/snippet.rs"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
tree-sitter = "0.20"
|
||||
tree-sitter-snippet = { path = "./grammar" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue