Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Downgrade `unicode-segmentation` | notoria | 2021-06-10 |
| | |||
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
| | | | | Note that this also removed those `finish_non_exhaustive()`. | ||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
| | |||
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * init * wip * wip * fix unicode break * fix unicode break * Update helix-core/src/transaction.rs Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu> * clippy * fix * add changes * added test * wip * wip * wip * wip * fix * fix view * fix #88 Co-authored-by: Benoît Cortier <benoit.cortier@fried-world.eu> | ||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||
* | 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 |
| | | | | | | These changes provide a new feature flag "embed_runtime" that when enabled and built in release mode will embed the runtime folder into the resulting binary. | ||
* | Drop clap for pico-args | Blaž Hrastnik | 2021-05-31 |
| | | | | | We barely have any flags so it's not worth the compilation time or binary size to use clap. | ||
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
| | | | | | | | | | Can't do it via a scm query nicely because it returns an iterator over all the matches, whereas we want to traverse the tree ourselves. Can't extract the pattern data from a parsed query either. Oh well, toml files for now. | ||
* | 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 |
| | | | | It's embedded into the binary at build time for now, but it's progress. | ||
* | 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 |
| | |||
* | cleanup: Import tree-sitter-highlight so we can cache trees. | Blaž Hrastnik | 2020-09-11 |
| | |||
* | Use ropey 1.2.0 | Blaž Hrastnik | 2020-06-15 |
| | |||
* | wip: importing to github | Blaž Hrastnik | 2020-06-01 |
| | |||
* | OT: changeset: Implement compose and apply. | Blaž Hrastnik | 2020-05-26 |
| | |||
* | Implement a new core based on CodeMirror. | Blaž Hrastnik | 2020-05-25 |
| | |||
* | Initial import. | Blaž Hrastnik | 2020-05-20 |