aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
Commit message (Collapse)AuthorAge
* Drop clap for pico-argsBlaž Hrastnik2021-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ž Hrastnik2021-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ž 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
| | | | 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