Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added tree-sitter-hosts (#4950) | ath3 | 2023-02-10 | |
| | ||||
* | Add tree-sitter-passwd (#4959) | ath3 | 2023-02-10 | |
| | ||||
* | Fix Go select indenting (#5713) | gavincrawford | 2023-02-08 | |
| | | | | | | | * Fix Go indenting * Fix bracket outdent predicate * Fix brace indenting (again) | |||
* | feat: add pem language (#5797) | Matthew Toohey | 2023-02-07 | |
| | ||||
* | Add Darcula Solid theme (#5778) | Jesús González | 2023-02-07 | |
| | | | | | | | * Add Darcula Solid theme. * Update darcula solid theme. * Derive darcula-solid theme from original darcula | |||
* | Make `fleet-dark` accurate to the official theme (#5605) | Kirawi | 2023-02-06 | |
| | ||||
* | Add MSBuild language based on XML grammar (#5793) | Brett Lyons | 2023-02-03 | |
| | ||||
* | feat: Update `tree-sitter-sql` and migrate `highlights.scm` to match grammar ↵ | LeoniePhiline | 2023-02-02 | |
| | | | | | | | | | (#5772) * Sort buildin functions alphabetically * fix: Query float type like other numeric types * Update tree-sitter-sql and update highlights.scm to match grammar | |||
* | Add Jellybeans theme (#5719) | Cemal Okten | 2023-02-02 | |
| | ||||
* | Add ayu_evolve theme (#5638) | gibbz00 | 2023-02-01 | |
| | | | | | | | | | | | | | * Add ayu_evolve theme * ayu_evolve: fix typo + raw markdown highlight * Update runtime/themes/ayu_evolve.toml typo Co-authored-by: Michael Davis <mcarsondavis@gmail.com> --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | theme(onedark): Add ui.highlight scope (#5755) | Gokul Soumya | 2023-01-31 | |
| | ||||
* | Modify env language to extend bash (#5720) | Eric Crosson | 2023-01-30 | |
| | | | Additionally, add `.envrc` to the `env`-supported file types. | |||
* | Update tree-sitter-sql and improve highlight queries (#5683) | LeoniePhiline | 2023-01-28 | |
| | ||||
* | Update tutor logo (#5681) | g-re-g | 2023-01-27 | |
| | ||||
* | queries/nix: add injections for builtins and writers (#5629) | pacien | 2023-01-25 | |
| | ||||
* | Sonokai theme: style secondary selections differently (#5440) | Jonathan Lebon | 2023-01-24 | |
| | | | | | | | Without styling the primary and secondary selections differently, it's impossible to tell them apart when cycling through selections. Make the primary selection slightly brighter and secondary selections slightly paler. | |||
* | Support sagemath language (#5649) | Eloi Torrents | 2023-01-23 | |
| | ||||
* | theme: make dracula ui.virtual.whitespace less intrusive (#5627) | Luca Saccarola | 2023-01-21 | |
| | ||||
* | Add `markup.strikethrough` theme keys (#5619) | Alex | 2023-01-21 | |
| | ||||
* | tutor: Change "Type" to "Press" for specials keys and modifiers (#5609) | Vítor Galvão | 2023-01-21 | |
| | ||||
* | theme: monkai_aqua variant (#5578) | eugene yokota | 2023-01-21 | |
| | | | | | | Current monokai (pro or otherwise) seems too red and green, missingthe bright aqua / cyan color found in Sublime's Monokai. This adds a variant of monokai, which I named monokai_aqua. | |||
* | themes: Extend snazzy (#3971) | Timothy DeHerrera | 2023-01-20 | |
| | ||||
* | fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrum | LeoniePhiline | 2023-01-20 | |
| | ||||
* | fix(theme): Replace non-palette color "magenta" with palette color "red" in ↵ | LeoniePhiline | 2023-01-20 | |
| | | | | monokai_pro_spectrum | |||
* | highlight(scala): update to fix potential crash (#5576) | eugene yokota | 2023-01-19 | |
| | | | | | | | | | | | | * highlight(scala): update to fix crash tree-sitter-scala has recently add a fix to workaround segv crashes in other editors. Not sure if it happens to Helix as well, but it's probably a good idea to use the latest. * highlight(scala): String interpolator support This captures String interpolator as `function` Co-authored-by: Chris Kipp <ckipp@pm.me> | |||
* | Kanagawa: theme rulers and some miscellaneous fixes (#5571) | luetage | 2023-01-19 | |
| | | | | | | | * discern between rulers and whitespace, add sumiInk2 * darker background for menu and help, bold selection * bold modifier for insert and select * dark color for window separator * bring ruler, whitespace, indent-guide together | |||
* | theme: Make github match github.com more closely | Blaž Hrastnik | 2023-01-19 | |
| | | | | | | | | This is a slight divergence from the VSCode theme, but it's more accurate. https://github.com/primer/github-vscode-theme/issues/111 https://github.com/primer/github-vscode-theme/issues/88 | |||
* | theme(zenburn): separate theme for selection.ui.primary (#5573) | Clément Delafargue | 2023-01-18 | |
| | ||||
* | Fix diagnostic indicator background for gruvbox themes (#5540) | Josh Bainbridge | 2023-01-17 | |
| | | | | | | | | | The diagnostic indicator background did not match the column or rows background colour as this was context specific, and the background for the indicator was being explicitly set. This commit removes the explicit value for the indicators background allowing it to adapt to the context. This is aligns it with other themes, and resolves the issue. | |||
* | highlight(scala): update the Scala highlight queries (#5546) | eugene yokota | 2023-01-16 | |
| | | | | | | | | | | There have been a lot of changes in tree-sitter/tree-sitter-scala, including partial support for Scala 3 syntax and breaking changes in some of the nodes. This bumps up the grammar to the latest, and adjusts the queries. Co-authored-by: Anton Sviridov <keynmol@gmail.com> Co-authored-by: Chris Kipp <ckipp@pm.me> | |||
* | Language support for dhall | Clément Delafargue | 2023-01-13 | |
| | | | | https://dhall-lang.org/ | |||
* | Rosé Pine theme: use official variants (#5489) | not | 2023-01-12 | |
| | ||||
* | Change built-in themes to use curly underlines (#5419) | blt__ | 2023-01-12 | |
| | | | | | * Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines | |||
* | Update catppuccin themes (#5404) | Valentin Bersier | 2023-01-11 | |
| | ||||
* | Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) | Sam McCall | 2023-01-11 | |
| | | | | | | | | The grammar now exposes the delimiter of raw-strings. We can now inject the inner grammar in cases like: const char* script = R"js( alert('hello world!'); )js"; | |||
* | Add language support for ponylang (#5416) | Matthias Wahl | 2023-01-11 | |
| | | | See https://www.ponylang.io | |||
* | Acme Theme - Add `ui.linenr` configuration (#5488) | two-six | 2023-01-10 | |
| | ||||
* | Acme Theme - Change bufferline foreground color (#5486) | two-six | 2023-01-10 | |
| | ||||
* | Specify ui.selection.primary for Gruvbox themes (#5333) | Aidan Gauland | 2023-01-09 | |
| | ||||
* | Fix Broken Attribute Highlights (#5349) | Chickenkeeper | 2023-01-09 | |
| | | | | | | | * Update highlights.scm * Update highlights.scm * Update themes.md | |||
* | Use tree-sitter-ruby for crystal (#5205) | Michael Davis | 2023-01-08 | |
| | ||||
* | Fix theme solarized_dark infobox (#5445) | mejo13 | 2023-01-08 | |
| | | | | Title and border were barely visible. Changed foreground color and modifier to match the text. | |||
* | Fix a small typo in tutor document (#5449) | liuxueyang | 2023-01-08 | |
| | ||||
* | Improve indent queries for python in specific cases (#5332) | Triton171 | 2023-01-07 | |
| | | | where the tree-sitter completely fails to parse incomplete code. | |||
* | Add GitHub themes (#5353) | OwO Swordsman | 2023-01-07 | |
| | | | | | | | * Add github themes * Increase contrast for hover and completion menus * Use inheritance for the GitHub themes | |||
* | Autumn theme: adjust selection background (#5397) | Jens Getreu | 2023-01-06 | |
| | ||||
* | Add runtime queries for `tfvars` (based on `hcl`) (#5396) | Dom H | 2023-01-06 | |
| | ||||
* | Update Prisma tree-sitter for view support (#5417) | Julius de Bruijn | 2023-01-06 | |
| | ||||
* | Add tutor example for WORDS (#5304) | mrjerzy | 2022-12-30 | |
| | ||||
* | Update `emacs` theme diff colors (#5334) | Yevgnen | 2022-12-29 | |
| |