Commit Graph

16 Commits (235a84d989acb609ea34b423a45850d888a4038a)

Author SHA1 Message Date
Blaž Hrastnik 1caedc18ca Release v0.4.1
Blaž Hrastnik 733ee06b7b Release v0.4.0
Blaž Hrastnik dd2903ff10 Dynamically load grammar libraries at runtime
Blaž Hrastnik 44566ea812 Release 0.3.0
Benoît CORTIER db5bdf4f2d Run cargo-diet
cargo-diet is a helper for computing the optimal `include` directives
for Cargo.toml manifests.
https://github.com/the-lean-crate/cargo-diet
Blaž Hrastnik ae5ecfdf66 Release v0.2.0
Blaž Hrastnik f48a60b8e2 Release 0.0.10
Ethan Bodzioney 843c2cdebd
Install instructions and version number corrections ()
* 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
Blaž Hrastnik 5cbb4efa6d Add the LICENSE file.
Blaž Hrastnik 71c06c11cb Import tree sitter queries.
Blaž Hrastnik e3c4edae32 Add the machinery to load syntax config from TOML.
It's embedded into the binary at build time for now, but it's progress.
Blaž Hrastnik c6456d04b9 syntax: Drop the rayon dependency for threadpool.
We just need a small concurrent threadpool for compilation.
Blaž Hrastnik 22fe2ebe72 helix-syntax: Speed up compilation by compiling langs in parallel.
Blaž Hrastnik e39bd211d1 argh -> clap to speed up compilation (no syn/proc_macro)
Blaž Hrastnik 3020077da8 Extend selection commands.
Blaž Hrastnik 7eac12a4bb Add helix-syntax as a wrapper around tree-sitter parsers.