Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | build(tree-sitter): update javascript, typescript and tsx (#7852) | woojiq | 2023-08-07 | |
| | | | | | | | | | | | | | * build(tree-sitter): update javascript, typescript and tsx * update revision of tree-sitter parsers for these languages. * rename `?.` to `optional_chain`, introduced in tree-sitter/tree-sitter-javascript@186f2adbf790552b354a9ba712341c7d48bdbccd. * fix(highlight): change jsx queries to match latest tree-sitter Latest tree-sitter/tree-sitter-javascript@bb1f97b643b77fc1f082d621bf533b4b14cf0c3 added some breaking changes that broke highlighting. * Remove some queries with `nested_identifier`. * Remove deprecated `jsx_fragment` from indent query. * Count `</` and `/>` as a single token. | |||
* | Add tree-sitter textobjects queries for bash (#7764) | Petr Gajdůšek | 2023-08-07 | |
| | | | | | | This implements function, (calling) argument and comment captures for use in the textobject selections in bash. This also updates the generated docs after adding the textobjects for bash. | |||
* | feat(indent): add basic java indentation queries (#7844) | woojiq | 2023-08-07 | |
| | ||||
* | Add new moon theme to default themes (#7834) | Mohamed Imrane Chehabi | 2023-08-04 | |
| | | | | | * Add new moon theme to default themes * Remove .DS_Store | |||
* | Improve wren support (#7819) | Jummit | 2023-08-04 | |
| | ||||
* | Update t32 language queries to version 2.2.1 (#7811) | Christoph Sax | 2023-08-04 | |
| | | | | | | | | | | | | | | Version 2.2.1 of the grammar adds extended support for HLL (C, C++,..) expressions. Quite a few node types were added, renamed or removed in the process. This change brings the highlight queries in sync with the ones found in the repository of the grammar. The highlighting tests "look" okay after updating the queries. Recently, Codeberg had some reliability issues. That is why the language is now using the mirror repository on GitLab as source instead. Co-authored-by: Christoph Sax <christoph.sax@mailbox.org> | |||
* | Bump the version of Hare's grammar (#7784) | J. Brock | 2023-08-04 | |
| | ||||
* | Update tree-sitter-zig (#7803) | voroskoi | 2023-08-02 | |
| | ||||
* | replace new lsp for vlang (#7760) | lydiandy | 2023-07-30 | |
| | | | | | | | | | | | | | | | | | | | | | * fix vlang grammar fetch and build fail * update highlights.scm for v-analyzer * Update languages.toml Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/v/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * update scm for new lsp * gen doc lang-support.md --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | add new theme based on the default vim dark theme (#7785) | Jesse Luehrs | 2023-07-30 | |
| | ||||
* | feat: update prql parser (#7771) | Matthias Q | 2023-07-28 | |
| | ||||
* | Add wren support (#7765) | Jummit | 2023-07-28 | |
| | ||||
* | Tune regex highlights for usage in prompts | Michael Davis | 2023-07-27 | |
| | | | | | | | | | | | Since regex is almost always injected into other languages, `pattern_character`s will inherit the highlight for the structure that injects them (for example `/foo/` in JavaScript or `~r/foo/` in Elixir). This removes the string highlight when used in the prompt. We also add `ERROR` node highlighting so that errors in regex syntax appear in the prompt. This resolves a TODO in the `regex_prompt` function about highlighting errors in the regex. | |||
* | Theme Pop-Dark: Increase Diagnostics clarity (#7702) | eh | 2023-07-26 | |
| | ||||
* | Update everforest_dark.toml to add missing color definitions (#7739) | saltlakrits | 2023-07-26 | |
| | ||||
* | fix incorrect predicate in comment highlights (#7732) | Pham Huy Hoang | 2023-07-25 | |
| | ||||
* | Update soft-wrap indicator in gruvbox themes (#7736) | Federico Stra | 2023-07-25 | |
| | ||||
* | Fix selection highlighting in remaining gruvbox derived themes (#7717) | Ravi Shekhar Jethani | 2023-07-23 | |
| | ||||
* | Add Kaolin Dark, Light and Valley Dark themes (#7151) | Thales Ramos | 2023-07-19 | |
| | | | | | Add some missing keys Inherit themes from kaolin-dark and override diverging keys | |||
* | switch to https://github.com/tree-sitter-perl/tree-sitter-perl (#7644) | Jesse Luehrs | 2023-07-17 | |
| | ||||
* | Add fsharp language support (#7619) | kaashyapan | 2023-07-15 | |
| | ||||
* | Support inlay-hints for svelteserver. (#7622) | Erasin Wang | 2023-07-14 | |
| | ||||
* | Update Typescript, TSX and Svelte grammar, to latest tag (#6874) | Jeppe Christiansen | 2023-07-14 | |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | runtime/themes: Add "naysayer" theme (#7570) | Nick Saika | 2023-07-13 | |
| | ||||
* | Change dark_plus inlay-hints colors to more pleasant colors (#7611) | Karim Mk | 2023-07-12 | |
| | | | | | * Changing code_dark inlay-hints colors. * Using dark_plus_experimental inlay hints is better ;) | |||
* | Add language support for persistent library syntax (#7261) | Borys Lykah | 2023-07-09 | |
| | ||||
* | Update the Nord theme to follow the Nord style guide (#7490) | Sharpened Blade | 2023-07-09 | |
| | ||||
* | Refactor queries for ecma based languages (#7207) | Gammut | 2023-07-09 | |
| | ||||
* | highlight(matlab): Fix string's single-quote's color (#7493) | Álan Crístoffer | 2023-06-30 | |
| | ||||
* | update OneDarker theme to use light-gray for inlay hints. (#7433) | gobraves | 2023-06-29 | |
| | ||||
* | feat(toml): highlight table headers (#7441) | Branch Vincent | 2023-06-24 | |
| | ||||
* | Replace MATLAB grammar (#7388) | Álan Crístoffer | 2023-06-22 | |
| | ||||
* | Theme: port of Zed's OneDark and OneLight themes (#7250) | eh | 2023-06-22 | |
| | ||||
* | highlight(sql): Update tree-sitter-sql to `98a7fc9` (#7387) | LeoniePhiline | 2023-06-19 | |
| | | | | | * highlight(sql): Update tree-sitter-sql to 92018a3 * highlight(sql): Update tree-sitter-sql to 98a7fc9 | |||
* | Add forth-lsp and update tree-sitter-forth (#7334) | Alexander Brevig | 2023-06-16 | |
| | | | | | * feat: add forth lsp and update tree sitter * fix: update highlights | |||
* | Webc language support (#7290) | Ivan Svoboda | 2023-06-13 | |
| | | | | | * feat: add webc language support * feat: add to lang-support book webc | |||
* | Add merionette theme (#7186) | Jorge Santiago | 2023-06-13 | |
| | ||||
* | Add Fortran comment injections (#7305) | lefp | 2023-06-10 | |
| | ||||
* | Fix C++ queries and update tree-sitter-cpp (#7285) | Dimitri Sabadie | 2023-06-07 | |
| | ||||
* | theme: added gruvbox dark soft variant (#7139) | broke | 2023-06-07 | |
| | ||||
* | Add support for language t32 (#7140) | Christoph Sax | 2023-06-07 | |
| | | | Co-authored-by: Christoph Sax <christoph.sax@mailbox.org> | |||
* | Autumn theme: style "soft-wrap indicator" + maintenance (#7229) | Jens Getreu | 2023-06-07 | |
| | | | | Co-authored-by: Jens Getreu <getreu@getreu@web.de> | |||
* | Add support for Forth (#7256) | Alexander Brevig | 2023-06-06 | |
| | ||||
* | Add blueprint language (#7213) | Ivan Tkachuk | 2023-06-05 | |
| | | | | | | | * Add blueprint tree-sitter support * Add blueprint lsp support * Run cargo xtask docgen | |||
* | chore: update scala tree-sitter grammar (#7147) | zetashift | 2023-05-30 | |
| | | | | | * chore: update scala tree-sitter grammar * Add locals.scm for Scala | |||
* | Highlight query improvements for java and typescript (#7145) | Gammut | 2023-05-26 | |
| | | | | | * Add missing queries to java highlights * Fix generic type bracket highlights in typescript | |||
* | Update spacebones_light.toml (#7125) | Ravi Shekhar Jethani | 2023-05-26 | |
| | | | Better contrast between type variable and its members | |||
* | Correct selection color (#7138) | Casper Rogild Storm | 2023-05-26 | |
| | ||||
* | Update languages.toml for Nickel (#7059) | Viktor Kleen | 2023-05-26 | |
| | ||||
* | Drop old cairo grammar, alias to rust for now | Blaž Hrastnik | 2023-05-26 | |
| |