Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Julia queries: fix non-consecutive docstring highlight | Christoph Horn | 2022-08-24 |
| | |||
* | Julia queries: prevent constructors to be highlighted as functions | Christoph Horn | 2022-08-24 |
| | | | | Also improves the captures of the remaining identifiers. | ||
* | Julia queries: limit markdown highlighting to docstrings | Christoph Horn | 2022-08-24 |
| | |||
* | Julia queries: major refactoring of `highlights.scm`, add regex injections, ↵ | Christoph Horn | 2022-08-24 |
| | | | | locals | ||
* | Julia queries: update grammar, fix breaking changes | Christoph Horn | 2022-08-24 |
| | |||
* | feat(lang): Add esdl grammar (#3526) | Jaden | 2022-08-24 |
| | |||
* | Improve dart indent (#3419) | seb-bl | 2022-08-24 |
| | |||
* | add syntax highlights for xit (#3521) | ChemicalXandco | 2022-08-24 |
| | |||
* | Fix markdown indented code block rendering (#3503) | Clay | 2022-08-24 |
| | |||
* | fix: Reset document mode when losing focus | Blaž Hrastnik | 2022-08-23 |
| | | | | Fixes #3090 | ||
* | Editor: remove duplication for view focus/swap commands | Blaž Hrastnik | 2022-08-23 |
| | |||
* | Reduce health tick width | Ivan Tham | 2022-08-23 |
| | | | | Use the same tick as book to reduce margin of whitespace errors. | ||
* | build(deps): bump once_cell from 1.13.0 to 1.13.1 (#3511) | dependabot[bot] | 2022-08-23 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build(deps): bump serde_json from 1.0.83 to 1.0.85 (#3510) | dependabot[bot] | 2022-08-23 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build(deps): bump serde from 1.0.142 to 1.0.144 (#3512) | dependabot[bot] | 2022-08-23 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build(deps): bump anyhow from 1.0.61 to 1.0.62 (#3509) | dependabot[bot] | 2022-08-23 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Update to crossterm-0.25 (#3390) | Charlie Groves | 2022-08-22 |
| | |||
* | One more windows fix... | Blaž Hrastnik | 2022-08-22 |
| | |||
* | Fix compilation on windows | Blaž Hrastnik | 2022-08-22 |
| | |||
* | Make external terminal provider configurable | Blaž Hrastnik | 2022-08-22 |
| | | | | Fixes #1699 | ||
* | Update tree-sitter-elm to latest commit (#3497) | ScribblyBirb | 2022-08-21 |
| | |||
* | Switch to `tabpad` configuration option (#3458) | A-Walrus | 2022-08-21 |
| | | | | Virtual whitespace tabs are created from the `tab` character padded with `tabpad` up to the tab width. | ||
* | Update tree-sitter-org (#3489) | Michael Davis | 2022-08-21 |
| | | | | | | | | The update fixes a bug that caused the external scanner to hang during error recovery. Looking at the diff, there are no structural changes in this update. There are a few new fields and it looks like some edge-case fixes but nothing that breaks compatibility with the current queries. | ||
* | add penumbra+ theme (#3398) | Vince Mutolo | 2022-08-21 |
| | | | Co-authored-by: Vince Mutolo <vince@mutolo.org> | ||
* | feat: add taskwarrior to languages so `task N edit` is nice (#3468) | Alexander Brevig | 2022-08-20 |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | removes deprecated stdio flag for omnisharp (#3480) | jdrst | 2022-08-19 |
| | |||
* | style: fixes `unused_parens` warnings on nightly builds (#3471) | Saber Haj Rabiee | 2022-08-18 |
| | |||
* | add diff colors in PaperColor Light (#3470) | Soc Virnyl S. Estela | 2022-08-18 |
| | |||
* | theme: add papercolor light (#3426) | Soc Virnyl S. Estela | 2022-08-17 |
| | | | | | | | * theme: add papercolor light * fix typo * add markup highlighting | ||
* | Adjust `m` textobject description and minor code clarification (#3343) | Daniel S Poulin | 2022-08-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update description of `m` textobject to its actual functionality Sometime recently the functionality of `m` was changed to match the nearest pair to the cursor, rather than the former functionality of matching the pair only if the cursor was on one of the brace characters directly. * Rename surround methods to reflect that they work on pairs The current naming suggests that they may work generally on any textobject, whereas their implementation really focuses on pairs. * Change description of m textobject to match actual functionality The current implementation of `m` no longer merely looks at the pair character the cursor is on, but actually will search for the pair (defined in helix-core/src/surround.rs) that encloses the cursor, and not the entire selection. * Accept suggested wording change Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Prefix pair surround for consistency Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Update tree-sitter-swift (#3461) | Michael Davis | 2022-08-17 |
| | |||
* | Fix failing test with unicode-lines feature (#3455) | A-Walrus | 2022-08-17 |
| | |||
* | feat: shorten output for grammar fetching and building (#3396) | Poliorcetics | 2022-08-17 |
| | | | | | | | | | | | | | | | | | | | | New look: ``` Fetching 102 grammars 98 up to date git grammars 4 updated grammars bash now on 275effdfc0edce774acf7d481f9ea195c6c403cd beancount now on 4cbd1f09cd07c1f1fabf867c2cf354f9da53cc4c c now on f05e279aedde06a25801c3f2b2cc8ac17fac52ae c-sharp now on 53a65a908167d6556e1fcdb67f1ee62aac101dda ``` ``` Building 102 grammars 100 grammars already built 2 grammars built now ["bash", "rust"] ``` | ||
* | Add emacs theme (#3410) | Yevgnen | 2022-08-17 |
| | |||
* | build(deps): bump futures-executor from 0.3.21 to 0.3.23 (#3446) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build(deps): bump futures-util from 0.3.21 to 0.3.23 (#3448) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build(deps): bump chrono from 0.4.19 to 0.4.22 (#3447) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | build(deps): bump anyhow from 1.0.60 to 1.0.61 (#3449) | dependabot[bot] | 2022-08-15 |
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | remove duplicate entries from theme picker (#3439) | ChrHorn | 2022-08-15 |
| | |||
* | Improved file-picker configuration documentation (#3422) | Manuel Schmidbauer | 2022-08-14 |
| | |||
* | Theme Related Fixes (#3412) | nosa | 2022-08-14 |
| | |||
* | Fix typos in ayu themes, also remove trailing space | n0s4 | 2022-08-12 |
| | |||
* | Fix Typos in base16_transparent | n0s4 | 2022-08-12 |
| | | | | Fixes #3373. | ||
* | Fix Markdown Metadata (#3400) | Erasin | 2022-08-12 |
| | |||
* | Fix conditional setting of stdin handle on Windows (#3379) | Kyle L. Davis | 2022-08-12 |
| | | | | | | | | | * Revert 3121353c6ab2fbc5fced28f075c7fc45b53b661e * Switch to conditional compilation * Run formatter * Switch from conditional compilation to compile-time bool | ||
* | highlight closure pipes as brackets (#3397) | Vince Mutolo | 2022-08-12 |
| | | | Co-authored-by: Vince Mutolo <vince@mutolo.org> | ||
* | Fix hyperlink at the bottom of CONTRIBUTING.md (#3392) | Itay123TheKing | 2022-08-11 |
| | |||
* | Update keymap.md to have Tab and Shift-tab listed (#3365) | notusknot | 2022-08-11 |
| | | | Co-authored-by: notusknot <notusknot@gmail.com> | ||
* | Update Clojure language definition (#3387) | Joshua Suskalo | 2022-08-10 |
| | |||
* | Update tree-sitter-latex and highlights (#3370) | Erasin | 2022-08-10 |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> |