Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Fix kanagawa theme lint and added git gutter colors (#5273) | leonqadirie | 2022-12-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | * Fix kanagawa theme lint Comprises 4 changes: 1. added "sumiInk3" as ui.cursorline.primary bg color 2. switched the cursor bg and fg colors (now in line with original theme) 3. added ui.menu and ui.selected colors 4. separated ui.selection and ui.selection.primary * Add git gutter colors to kanagawa theme In line with original: autumnGreen for adds autumnRed for deletes autumnYellow for changes * Add indent-guides and linenr.selected to kanagawa * indent-guides are sumiInk4 * Add ui.linenr.selected is roninYellow * Set ui.help bg to sumiInk1 | |||
* | Allow custom preprocessors for 'vue' injections (#5268) | farwyler | 2022-12-27 | |
| | ||||
* | tutor: add chapter for commenting lines (#5211) | Soc Virnyl S. Estela | 2022-12-26 | |
| | ||||
* | Add eb word selection trick to the tutor (#5247) | Alex Kladov | 2022-12-24 | |
| | ||||
* | Use curl underlines in the rose_pine theme (#5267) | cor | 2022-12-23 | |
| | | | Also fixes the color "gold" being used for too many kinds of diagnostics, now there's a more conventional choice of diagnostics colors (redish = error, yellowish = warning, blueish = hint). | |||
* | tutor: Add a content cycling section (#5161) | Gioele De Vitti | 2022-12-23 | |
| | ||||
* | Fix HTML injection within markdown (#5265) | Michael Davis | 2022-12-23 | |
| | | | | | | | HTML nodes should be combined injections in the markdown block grammar. When nodes are together the highlighting works properly but when there is markdown content between HTML nodes like in a `<details>` tag, the highlighting of the closing tag breaks since tree-sitter-html looks for opening and closing tags. | |||
* | Fix & Tweak Rust's Syntax Highlighting (#5238) | Chickenkeeper | 2022-12-21 | |
| | ||||
* | fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250) | LeoniePhiline | 2022-12-21 | |
| | ||||
* | Better diagnostics highlighting for Dracula theme. (#5236) | Chirikumbrah | 2022-12-20 | |
| | ||||
* | Add missing comment injection for nix (#5208) | farwyler | 2022-12-19 | |
| | ||||
* | tutor: Fix typos in 8.2 (#5213) | Lukas Werling | 2022-12-19 | |
| | ||||
* | Add support for MATLAB/Octave files (#5192) | g-s-k | 2022-12-17 | |
| | ||||
* | Crystal language support (#4993) | Jonas Everaert | 2022-12-17 | |
| | ||||
* | Add Bash indents (#5149) | gavincrawford | 2022-12-14 | |
| | ||||
* | Add Mermaid.js for markdown support (#5147) | Erasin | 2022-12-14 | |
| | ||||
* | Update tree-sitter-scheme | Blaž Hrastnik | 2022-12-12 | |
| | ||||
* | update(theme): adjust base16_transparent and dark_high_contrast (#5105) | Slug | 2022-12-11 | |
| | ||||
* | Add Haskell text objects (#5061) | Ollie Charles | 2022-12-10 | |
| | ||||
* | Add support for the BibTeX file format (#5064) | Felipe S. S. Schneider | 2022-12-09 | |
| | ||||
* | Update `diagnostic.error` background for acme theme (#5019) | two-six | 2022-12-09 | |
| | ||||
* | use curl underlines for gruvbox_dark_hard (#5066) | cor | 2022-12-09 | |
| | ||||
* | fix(tutor): Capitalize first letter of a sentence (#5075) | LeoniePhiline | 2022-12-09 | |
| | ||||
* | Autumn theme: use new features (#5051) | Jens Getreu | 2022-12-08 | |
| | | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu> | |||
* | fix(theme): git gutter for flatwhite (#5036) | Alexander Brevig | 2022-12-07 | |
| | ||||
* | fix(theme): serika toml syntax valid (#5038) | Alexander Brevig | 2022-12-07 | |
| | ||||
* | Fleetish theme renamed to fleet dark and adjusted to match official theme. ↵ | Kristoffer Flottorp | 2022-12-07 | |
| | | | | | | | | | | | | | | | | | (#4997) * remove fleetish.toml * add fleet_dark.toml * adjust colors for tags and markup lists * Add type.enum.variant * correct color for focused elements * adjust builtins and keywords Co-authored-by: krfl <kr.fl@outlook.com> | |||
* | Change diff colors for serika themes (#5015) | VuiMuich | 2022-12-05 | |
| |