Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update tree-sitter to 0.20 | Blaž Hrastnik | 2021-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.1 | Blaž Hrastnik | 2021-08-14 |
| | |||
* | Release v0.4.0 | Blaž Hrastnik | 2021-08-12 |
| | |||
* | Dynamically load grammar libraries at runtime | Blaž Hrastnik | 2021-07-14 |
| | |||
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 |
| | |||
* | Run cargo-diet | Benoît CORTIER | 2021-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.0 | Blaž Hrastnik | 2021-06-13 |
| | |||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-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ž Hrastnik | 2021-05-10 |
| | |||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |
| | |||
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-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ž Hrastnik | 2021-02-24 |
| | | | | We just need a small concurrent threadpool for compilation. | ||
* | helix-syntax: Speed up compilation by compiling langs in parallel. | Blaž Hrastnik | 2021-01-19 |
| | |||
* | argh -> clap to speed up compilation (no syn/proc_macro) | Blaž Hrastnik | 2020-10-01 |
| | |||
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 |
| | |||
* | Add helix-syntax as a wrapper around tree-sitter parsers. | Blaž Hrastnik | 2020-09-09 |