aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* Initial debug adapter protocol implementationDmitry Sharshakov2021-08-20
|
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
| | | | | We only rely on some of the rendering primitives and implement our Cursive-style compositor on top.
* Faster dev builds on OSX if using Rust 1.51.Blaž Hrastnik2021-03-29
|
* wipBlaž Hrastnik2020-12-03
|
* 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.
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
|
* Refactor a little bit.Blaž Hrastnik2020-09-12
|
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09
|
* Initial import.Blaž Hrastnik2020-05-20