| Commit message (Expand) | Author | Age |
... | |
| * | Use default `languages.toml` if user's is invalid (#994) | Omnikar | 2021-11-09 |
| * | Make shebangs optional, they don't make sense outside of scripts | Blaž Hrastnik | 2021-11-09 |
| * | Refactor shebang detection to reuse the loaded buffer | Blaž Hrastnik | 2021-11-08 |
| * | Detect filetype from shebang line (#1001) | ath3 | 2021-11-08 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
|\| |
|
| * | Remove three transmutes from helix-core syntax.rs (#923) | Gygaxis Vainhardt | 2021-10-28 |
| * | log syntax highlighting init errors (#895) | Kirawi | 2021-10-23 |
| * | Add treesitter textobjects (#728) | Gokul Soumya | 2021-10-23 |
| * | clean up combined-injections comment (#880) | Michael Davis | 2021-10-19 |
* | | dap: support arrays as arguments | Dmitry Sharshakov | 2021-10-24 |
* | | Invert core -> dap dependency | Blaž Hrastnik | 2021-10-17 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-10-17 |
|\| |
|
| * | Allow `language.config` (in languages.toml) to be passed in as a toml object ... | Midnight Exigent | 2021-10-08 |
* | | editor: add Node.js debugger | Dmitry Sharshakov | 2021-09-26 |
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 |
|\| |
|
| * | ... | Blaž Hrastnik | 2021-09-16 |
| * | syntax: Properly handle injection-regex for language injections | Blaž Hrastnik | 2021-09-16 |
| * | fix: Need to reset set_byte_range in case cursor_ref is reused. | Blaž Hrastnik | 2021-09-13 |
| * | syntax: Add go & rust locals, improve tree-sitter error message | Blaž Hrastnik | 2021-09-06 |
| * | Update tree-sitter to 0.20 | Blaž Hrastnik | 2021-09-06 |
* | | lldb: use stdio transport by default | Dmitry Sharshakov | 2021-09-06 |
* | | Defaults in completions, better schema | Dmitry Sharshakov | 2021-08-29 |
* | | Merge remote-tracking branch 'origin/master' into debug | Dmitry Sharshakov | 2021-08-28 |
|\| |
|
| * | Reduce State use a bit further | Blaž Hrastnik | 2021-08-26 |
* | | Create new debugger config format | Dmitry Sharshakov | 2021-08-24 |
* | | config: minor fixes | Dmitry Sharshakov | 2021-08-23 |
* | | editor: add debug session config | Dmitry Sharshakov | 2021-08-23 |
* | | Add debug-adapter field to languages.toml | Dmitry Sharshakov | 2021-08-23 |
|/ |
|
* | fix: tree sitter rendering glitches with multiple selection edits | Blaž Hrastnik | 2021-08-13 |
* | Remove embed_runtime feature | Blaž Hrastnik | 2021-07-30 |
* | Merge branch 'master' into great_line_ending_and_cursor_range_cleanup | Nathan Vegdahl | 2021-07-24 |
|\ |
|
| * | 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 |