| Commit message (Expand) | Author | Age |
... | |
| * | The item `fmt` was imported redundantly | fossdd | 2021-07-22 |
* | | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-19 |
|\| |
|
| * | Made toggle_comments language dependent (#463) | Cor Peters | 2021-07-18 |
| * | Added option to provide a custom config file to the lsp. (#460) | Cor Peters | 2021-07-18 |
* | | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-17 |
|\| |
|
| * | Dynamically load grammar libraries at runtime | Blaž Hrastnik | 2021-07-14 |
| * | Rewritten Rust `highlights.scm` (#425) | Kirawi | 2021-07-08 |
* | | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-06 |
|\| |
|
| * | Add missing import | Perry Thompson | 2021-07-02 |
* | | Allow last line in file to lack a line break character. | Nathan Vegdahl | 2021-07-02 |
|/ |
|
* | Fixed last `unused` warning. | Nathan Vegdahl | 2021-07-02 |
* | Fix one of the two remaining warnings. | Nathan Vegdahl | 2021-07-02 |
* | Fix all remaining warnings in helix-core except for two. | Nathan Vegdahl | 2021-07-02 |
* | Remove #[allow(unused)] from helix-core, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | Don't crash if diagnostics span past EOF | Blaž Hrastnik | 2021-06-28 |
* | Extract the merge "operator" into helix-core | Blaž Hrastnik | 2021-06-27 |
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 |
* | Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec... | Nathan Vegdahl | 2021-06-20 |
|\ |
|
| * | Only reconfiure highlights when setting theme | wojciechkepka | 2021-06-19 |
| * | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
* | | Work on moving code over to LineEnding instead of assuming '\n'. | Nathan Vegdahl | 2021-06-20 |
|/ |
|
* | Add more ways to detect runtime directory | Wojciech Kępka | 2021-06-12 |
* | Only auto-format for certain languages | Blaž Hrastnik | 2021-06-12 |
* | Derive debug without feature | Ivan Tham | 2021-06-10 |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Reuse a cursor from the pool if available (fixes #202) | Blaž Hrastnik | 2021-06-10 |
* | Return an error if we request an embedded file that does not exist. | Brian Dawn | 2021-06-06 |
* | Add a smoke test around loading runtime files. | Brian Dawn | 2021-06-06 |
* | Simplify the load_runtime_file code. | Brian Dawn | 2021-06-06 |
* | Simplify creating pathbufs. | Brian Dawn | 2021-06-06 |
* | Apply suggestions from code review | Brian Dawn | 2021-06-06 |
* | Provide a feature flag to be able to embed the runtime folder. | Brian Dawn | 2021-06-06 |
* | Try to detect language when document file path is set | Blaž Hrastnik | 2021-06-04 |
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
* | Fix runtime dir lookup. | Blaž Hrastnik | 2021-05-10 |
* | Determine runtime dir based on executable location or env override. | Blaž Hrastnik | 2021-05-09 |
* | clippy lint | Blaž Hrastnik | 2021-05-06 |
* | Remove the path specifier. | Blaž Hrastnik | 2021-04-09 |
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |
* | hack: make queries load relative to source dir for now. | Blaž Hrastnik | 2021-04-07 |
* | Fully drop State references. | Blaž Hrastnik | 2021-03-31 |
* | clippy lint | Blaž Hrastnik | 2021-03-27 |
* | minor: Remove a few unwraps. | Blaž Hrastnik | 2021-03-26 |
* | Fix broken test. | Blaž Hrastnik | 2021-03-25 |
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 |
* | clippy lint | Blaž Hrastnik | 2021-03-24 |
* | Add tab_width and indent_unit config. | Blaž Hrastnik | 2021-03-22 |
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 |
* | Move things out of state.rs. | Blaž Hrastnik | 2021-03-18 |