aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/Cargo.toml
Commit message (Collapse)AuthorAge
* Release 0.6Blaž Hrastnik2022-01-04
|
* Release v0.5.0Blaž Hrastnik2021-10-28
|
* Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
|
* Update tree-sitter to 0.20Blaž Hrastnik2021-09-06
| | | | | 0.20 includes querying improvements, we no longer have to convert fragments to strings but can return an iterator of chunks instead.
* Release v0.4.1Blaž Hrastnik2021-08-14
|
* Release v0.4.0Blaž Hrastnik2021-08-12
|
* Dynamically load grammar libraries at runtimeBlaž Hrastnik2021-07-14
|
* Release 0.3.0Blaž Hrastnik2021-06-27
|
* Run cargo-dietBenoît CORTIER2021-06-19
| | | | | | cargo-diet is a helper for computing the optimal `include` directives for Cargo.toml manifests. https://github.com/the-lean-crate/cargo-diet
* Release v0.2.0Blaž Hrastnik2021-06-13
|
* Release 0.0.10Blaž Hrastnik2021-06-07
|
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
| | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number
* Add the LICENSE file.Blaž Hrastnik2021-05-10
|
* Import tree sitter queries.Blaž Hrastnik2021-04-08
|
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
| | | | It's embedded into the binary at build time for now, but it's progress.
* 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