Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix: misleading active tab color in monokai_pro* (#9148) | DuckDuckWhale | 2024-01-08 |
| | |||
* | rust highlights: clean up constructor logic (#8957) | Rose Hudson | 2024-01-02 |
| | | | | | Enum variants and (tuple) structs are indistinguishable in general, so we mark any PascalCase pattern or expression as a "constructor", which covers all three. | ||
* | Add markup styling to nord theme (#9135) | Sharpened Blade | 2023-12-22 |
| | | | Fixes https://github.com/helix-editor/helix/issues/9131 | ||
* | theme: update noctis (#9123) | 0rphee | 2023-12-20 |
| | |||
* | add smali language support (#9089) | Evan Richter | 2023-12-19 |
| | |||
* | theme: add horizon-dark (#9008) | ves | 2023-12-19 |
| | |||
* | feat(themes): add modus vivendi theme(s) (#8894) | Matouš Dzivjak | 2023-12-19 |
| | |||
* | Add support for Agda (#8285) | JJ | 2023-12-16 |
| | | | | | | | | | | | | | | | | | | | | | | | * agda language support (wip) * improve highlights * disable agda-language-server * minor addendum to documentation * cargo xtask docgen * oh i can just do this neat * minor comment cleanup * upstream updated * imports: missed a spot --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add alignment indent queries for binary & ternary expressions in C. | Daniel Ebert | 2023-12-15 |
| | |||
* | Align arguments in a function call in C. | Daniel Ebert | 2023-12-15 |
| | | | | | | | | | Since the tree-sitter grammar is not very good at parsing function calls while they're being written, this is not yet super useful. However, it prevents the new `hybrid` indent heuristic from choosing these lines as a baseline, making it more robust. | ||
* | fix: typo in scm files inside runtime/queries/ (#8630) | Susheel Thapa | 2023-12-15 |
| | |||
* | Add tutor for match mode (#8751) | JR | 2023-12-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add tutor for match mode * Improve the surround tutor * Add missing == in header * Reflow * Update runtime/tutor Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> * Update runtime/tutor Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> * Update runtime/tutor Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> * Apply feedback --------- Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> | ||
* | Specify BG and FG cursor colors in Darcula themes (#9002) | Jesús González | 2023-12-15 |
| | |||
* | Add initial support for janet-lang (#9081) | Phil | 2023-12-15 |
| | | | | | * Add initial support for janet-lang * Use default roots for janet-lang | ||
* | Update gleam grammar and queries (#9003) | Frederick Schwalbe | 2023-12-05 |
| | |||
* | Add more accurate to official theme type highlighting to Darcula themes (#8738) | Jesús González | 2023-12-05 |
| | |||
* | fix: update rose_pine to be identical to main repo (#8946) | Niklas Alexander Shern | 2023-12-05 |
| | |||
* | upgrade tree-sitter-python (#8976) | Skyler Hawthorne | 2023-12-04 |
| | | | supports new syntaxes from Python 3.12 | ||
* | add log tree-sitter (#8916) | Tudyx | 2023-11-29 |
| | | | | | * add log tree-sitter * better highlight queries | ||
* | Add modus operandi themes (#8728) | Alexis Mousset | 2023-11-22 |
| | |||
* | DBML Language support (#8860) | ghashy | 2023-11-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DBML language support * DBML language support, highlights.scm added * DBML support * Update runtime/queries/dbml/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/dbml/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/dbml/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * remove unnecessary block highlight * remove unnecessary line * remove index_block query --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | [themes] Add missing license files for recently added themes | blinxen | 2023-11-19 |
| | |||
* | [themes] Mention license files in README | blinxen | 2023-11-19 |
| | |||
* | GN language support (#6969) | Dan Field | 2023-11-18 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | theme: show active selection and buffer for naysayer theme (#8838) | Niklas Alexander Shern | 2023-11-18 |
| | |||
* | Update some grammars to a commit where the license file is included (#8691) | blinxen | 2023-11-18 |
| | |||
* | Theme: Papercolor: Add inlay-hint style (#8827) | crozbo | 2023-11-17 |
| | |||
* | theme: add starlight (#8787) | Eemil Haapanen | 2023-11-17 |
| | |||
* | theme: Add Theme poimandres (#8759) | Ambuj Singh | 2023-11-12 |
| | | | | | | | | | * theme: Add Theme poimandres * theme: inherit `poimandres_storm` from `poimandres` with minor tweaks * fix(theme): rename `crossed-out` to `crossed_out` * fix(theme:poimandres): improve contrast of selection color for regular variant | ||
* | Add indent queries for scheme (and reuse them for common-lisp & racket). (#8720) | Triton171 | 2023-11-08 |
| | |||
* | Theme: Papercolor: Add type.parameter (#8735) | Henrik Tjäder | 2023-11-06 |
| | |||
* | highlights: add type.parameter scope to several more languages (#8718) | Joey Hain | 2023-11-06 |
| | | | | | | | | | | | * typescript * go * haskell * ocaml * kotlin (+ bugfix) | ||
* | Update PureScript grammar (#8712) | postsolar | 2023-11-05 |
| | |||
* | replace kdl tree-sitter to fix highlighting (#8652) | cgahr | 2023-11-03 |
| | | | | | | | | | | | | | | | | | | | * replace kdl tree-sitter * kdl: adopt highlights for new tree-sitter * kdl: add indent queries * kdl: add textobjects * kdl: improve syntax highlighting * kdl: update lang-support * kdl: make indents more concise --------- Co-authored-by: Constantin Gahr <constantin.gahr@ipp.mpg.de> | ||
* | add highlight scope for type parameters (#8660) | Joey Hain | 2023-11-03 |
| | | | | | * rust: add highlight scope for type parameters * handle optional type parameters | ||
* | Adjusted ui.virtual.inlay-hint color for everblush theme (#8705) | Arkady Rost | 2023-11-03 |
| | | | Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com> | ||
* | Add missing license files for themes (#8684) | blinxen | 2023-10-31 |
| | |||
* | feat(highlights): add more comment highlights (#8564) | RoloEdits | 2023-10-26 |
| | |||
* | Say "unindent" instead of "outdent" in tutor (#8623) | blt__ | 2023-10-26 |
| | |||
* | Theme: Add gruber-darker theme (#8598) | Mehedi Rifat | 2023-10-26 |
| | |||
* | switch to tree-sitter-ron (#8624) | Gabriel Dinner-David | 2023-10-26 |
| | |||
* | Add LPF tree sitter (#8536) | Frans Skarman | 2023-10-26 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add typst language and lsp (#7474) | Alexander Brevig | 2023-10-26 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add rust html injection query (#8603) | Ryan Mehri | 2023-10-26 |
| | |||
* | Theme cyan light diff colors (#8587) | Abderrahmane TAHRI JOUTI | 2023-10-23 |
| | |||
* | languages: add templ (#8540) | rsteube | 2023-10-21 |
| | |||
* | Add nord night theme (#8549) | Joe-Zer0 | 2023-10-17 |
| | |||
* | bump tree-sitter-haskell and update queries (#8558) | Ryan Mehri | 2023-10-17 |
| | |||
* | Add 'while_statement' to bash indents (#8528) | Petr Gajdůšek | 2023-10-13 |
| | |||
* | Update purescript-tree-sitter grammar (#8527) | NomisIV | 2023-10-13 |
| |