aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
Commit message (Expand)AuthorAge
* Replace tendril with smartstringBlaž Hrastnik2022-02-10
* build(deps): bump unicode-segmentation from 1.8.0 to 1.9.0 (#1632)dependabot[bot]2022-02-07
* build(deps): bump unicode-general-category from 0.4.0 to 0.5.1 (#1609)dependabot[bot]2022-02-01
* syntax: Split parsing and highlightingBlaž Hrastnik2022-01-23
* build(deps): bump smallvec from 1.7.0 to 1.8.0 (#1532)dependabot[bot]2022-01-18
* Release 0.6Blaž Hrastnik2022-01-04
* feat(ui): file encoding in statusline (#1355)Matouš Dzivjak2021-12-25
* build(deps): bump once_cell from 1.8.0 to 1.9.0 (#1322)dependabot[bot]2021-12-20
* Remove dependency on gregorian crateJason Rodney Hansen2021-12-05
* FormattingJason Rodney Hansen2021-12-05
* No default features for gregorianJason Rodney Hansen2021-12-05
* Add support for incrementing year and monthJason Rodney Hansen2021-12-05
* Add support for dates for increment/decrementJason Rodney Hansen2021-12-05
* Release v0.5.0Blaž Hrastnik2021-10-28
* 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