aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/Cargo.toml
Commit message (Expand)AuthorAge
* Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
* Update tree-sitter to 0.20Blaž Hrastnik2021-09-06
* 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
* 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 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
* syntax: Drop the rayon dependency for threadpool.Blaž Hrastnik2021-02-24
* 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