aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/main.rs
Commit message (Collapse)AuthorAge
* Use crate info for clap help text.Blaž Hrastnik2020-10-02
|
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
|
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
| | | | | It still largely depends on term for some types but I plan to change that later.
* Command needs access to view information for certain changes.Blaž Hrastnik2020-09-19
|
* Remove old test.Blaž Hrastnik2020-09-19
|
* cleanup: Import tree-sitter-highlight so we can cache trees.Blaž Hrastnik2020-09-11
|
* tree-sitter based syntax highlighting draftBlaž Hrastnik2020-09-10
|
* Bump deps, make it compile with latest smol.Blaž Hrastnik2020-09-04
|
* Refactor editor module to use state + keymap.Blaž Hrastnik2020-06-16
|
* loop is now asyncJan Hrastnik2020-06-16
|
* editor.rs now uses crosstermJan Hrastnik2020-06-16
|
* Add a keymap module.Blaž Hrastnik2020-06-07
|
* Allow unused code for the time being.Blaž Hrastnik2020-06-02
|
* wip: importing to githubBlaž Hrastnik2020-06-01
|
* Start swapping from termwiz to crossterm + async.Blaž Hrastnik2020-05-28
|
* Implement a new core based on CodeMirror.Blaž Hrastnik2020-05-25
|
* Initial import.Blaž Hrastnik2020-05-20