aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/Cargo.toml
Commit message (Collapse)AuthorAge
* syntax: Drop the rayon dependency for threadpool.Blaž Hrastnik2021-02-24
| | | | We just need a small concurrent threadpool for compilation.
* helix-syntax: Speed up compilation by compiling langs in parallel.Blaž Hrastnik2021-01-19
|
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
|
* Extend selection commands.Blaž Hrastnik2020-09-28
|
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09