| Commit message (Expand) | Author | Age |
... | |
* | Clippy lint | Blaž Hrastnik | 2021-03-16 |
* | syntax: highlight_iter always returns Ok() | Blaž Hrastnik | 2021-03-16 |
* | syntax: Highlight using ropes, avoiding dumping whole doc to string. | Blaž Hrastnik | 2021-03-16 |
* | Configure language servers via LanguageConfiguration. | Blaž Hrastnik | 2021-03-14 |
* | Cleanup: use doc.selection() instead of doc.state.selection(). | Blaž Hrastnik | 2021-03-14 |
* | syntax: Hide the TSParser internally, borrowing when needed. | Blaž Hrastnik | 2021-03-13 |
* | syntax: Reuse parser instances. highlight_iter() no longer needs &mut. | Blaž Hrastnik | 2021-03-12 |
* | clippy lints | Blaž Hrastnik | 2021-03-01 |
* | minor: Simplify some code. | Blaž Hrastnik | 2021-02-24 |
* | treewide: &RopeSlice -> RopeSlice. It's Copy so no reason to pass by ref | Blaž Hrastnik | 2021-02-18 |
* | transaction: Use builder methods to generate compact changesets. | Blaž Hrastnik | 2021-02-16 |
* | wip | Blaž Hrastnik | 2020-12-03 |
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 |
* | Auto-indent on enter based on tree-sitter scopes. | Blaž Hrastnik | 2020-10-14 |
* | Indent draft, linewise paste | Blaž Hrastnik | 2020-10-13 |
* | Drop Coords. | Blaž Hrastnik | 2020-10-07 |
* | clippy warnings | Blaž Hrastnik | 2020-09-29 |
* | Split selection on regex, fix InputEdit generation. | Blaž Hrastnik | 2020-09-28 |
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 |
* | More robust syntax detection/grammar loading. | Blaž Hrastnik | 2020-09-22 |
* | Range based highlight_iter. Only works on limiting the start right now | Blaž Hrastnik | 2020-09-19 |
* | More work on the UI. | Blaž Hrastnik | 2020-09-19 |
* | Incremental parsing: rough draft. | Blaž Hrastnik | 2020-09-17 |
* | Fix clippy warnings. | Blaž Hrastnik | 2020-09-13 |
* | cargo fmt & clippy lint | Blaž Hrastnik | 2020-09-12 |
* | Refactor a little bit. | Blaž Hrastnik | 2020-09-12 |