| Commit message (Expand) | Author | Age |
... | |
* | Release 0.6 | Blaž Hrastnik | 2022-01-04 |
* | feat(ui): file encoding in statusline (#1355) | Matouš Dzivjak | 2021-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 crate | Jason Rodney Hansen | 2021-12-05 |
* | Formatting | Jason Rodney Hansen | 2021-12-05 |
* | No default features for gregorian | Jason Rodney Hansen | 2021-12-05 |
* | Add support for incrementing year and month | Jason Rodney Hansen | 2021-12-05 |
* | Add support for dates for increment/decrement | Jason Rodney Hansen | 2021-12-05 |
* | Release v0.5.0 | Blaž Hrastnik | 2021-10-28 |
* | log syntax highlighting init errors (#895) | Kirawi | 2021-10-23 |
* | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
* | Allow `language.config` (in languages.toml) to be passed in as a toml object ... | Midnight Exigent | 2021-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.20 | Blaž Hrastnik | 2021-09-06 |
* | Release v0.4.1 | Blaž Hrastnik | 2021-08-14 |
* | fix build... | Blaž Hrastnik | 2021-08-12 |
* | Release v0.4.0 | Blaž Hrastnik | 2021-08-12 |
* | Remove embed_runtime feature | Blaž Hrastnik | 2021-07-30 |
* | Bump unicode-segmentation from 1.7.1 to 1.8.0 | dependabot[bot] | 2021-07-06 |
* | `:reload` (#374) | Kirawi | 2021-07-02 |
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 |
* | ui: prompt: Better unicode support | Blaž Hrastnik | 2021-06-20 |
* | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
* | cargo: add more metadata to manifests | Benoît CORTIER | 2021-06-19 |
* | Run cargo-diet | Benoît CORTIER | 2021-06-19 |
* | cargo: add version to local dependencies | Benoît CORTIER | 2021-06-19 |
* | Update ropey dependency to 1.3 | Benoît CORTIER | 2021-06-18 |
* | Bump once_cell from 1.7.2 to 1.8.0 (#255) | dependabot[bot] | 2021-06-14 |
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
* | Downgrade `unicode-segmentation` | notoria | 2021-06-10 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
* | Make rust-embed optionally included based on the embed_runtime feature. | Brian Dawn | 2021-06-06 |
* | Provide a feature flag to be able to embed the runtime folder. | Brian Dawn | 2021-06-06 |
* | Drop clap for pico-args | Blaž Hrastnik | 2021-05-31 |
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 |
* | Make the config dir locator work on Windows. | Blaž Hrastnik | 2021-05-10 |
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |
* | Load config files from ~/.config/helix, fallback to defaults. | Blaž Hrastnik | 2021-04-07 |
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 |
* | Update deps, switch tendril over to crates.io | Blaž Hrastnik | 2021-02-16 |
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 |
* | More robust syntax detection/grammar loading. | Blaž Hrastnik | 2020-09-22 |
* | Incremental parsing: rough draft. | Blaž Hrastnik | 2020-09-17 |