aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
Commit message (Expand)AuthorAge
* cargo: add more metadata to manifestsBenoît CORTIER2021-06-19
* Run cargo-dietBenoît CORTIER2021-06-19
* cargo: add version to local dependenciesBenoît CORTIER2021-06-19
* Update ropey dependency to 1.3Benoît CORTIER2021-06-18
* Bump once_cell from 1.7.2 to 1.8.0 (#255)dependabot[bot]2021-06-14
* Release v0.2.0Blaž Hrastnik2021-06-13
* Downgrade `unicode-segmentation`notoria2021-06-10
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Fix Unicode (#135)Kirawi2021-06-08
* Release 0.0.10Blaž Hrastnik2021-06-07
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
* Make rust-embed optionally included based on the embed_runtime feature.Brian Dawn2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* Drop clap for pico-argsBlaž Hrastnik2021-05-31
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
* Add the LICENSE file.Blaž Hrastnik2021-05-10
* Make the config dir locator work on Windows.Blaž Hrastnik2021-05-10
* Import tree sitter queries.Blaž Hrastnik2021-04-08
* Load config files from ~/.config/helix, fallback to defaults.Blaž Hrastnik2021-04-07
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
* Update deps, switch tendril over to crates.ioBlaž Hrastnik2021-02-16
* Extend selection commands.Blaž Hrastnik2020-09-28
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
* cleanup: Import tree-sitter-highlight so we can cache trees.Blaž Hrastnik2020-09-11
* Use ropey 1.2.0Blaž Hrastnik2020-06-15
* wip: importing to githubBlaž Hrastnik2020-06-01
* OT: changeset: Implement compose and apply.Blaž Hrastnik2020-05-26
* Implement a new core based on CodeMirror.Blaž Hrastnik2020-05-25
* Initial import.Blaž Hrastnik2020-05-20