aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
Commit message (Expand)AuthorAge
* log syntax highlighting init errors (#895)Kirawi2021-10-23
* Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
* Allow `language.config` (in languages.toml) to be passed in as a toml object ...Midnight Exigent2021-10-08
* build(deps): bump smallvec from 1.6.1 to 1.7.0 (#813)dependabot[bot]2021-10-05
* build(deps): bump similar from 2.0.0 to 2.1.0 (#812)dependabot[bot]2021-10-05
* build(deps): bump similar from 1.3.0 to 2.0.0 (#754)dependabot[bot]2021-09-14
* Update tree-sitter to 0.20Blaž Hrastnik2021-09-06
* Release v0.4.1Blaž Hrastnik2021-08-14
* fix build...Blaž Hrastnik2021-08-12
* Release v0.4.0Blaž Hrastnik2021-08-12
* Remove embed_runtime featureBlaž Hrastnik2021-07-30
* Bump unicode-segmentation from 1.7.1 to 1.8.0dependabot[bot]2021-07-06
* `:reload` (#374)Kirawi2021-07-02
* Release 0.3.0Blaž Hrastnik2021-06-27
* ui: prompt: Better unicode supportBlaž Hrastnik2021-06-20
* Add ability to change theme on editorwojciechkepka2021-06-19
* 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