aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
Commit message (Collapse)AuthorAge
* 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
| | | | It's embedded into the binary at build time for now, but it's progress.
* 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