Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |