aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* theme: Make github match github.com more closelyBlaž Hrastnik2023-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 Delafargue2023-01-18
|
* Fix diagnostic indicator background for gruvbox themes (#5540)Josh Bainbridge2023-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 yokota2023-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 dhallClément Delafargue2023-01-13
| | | | https://dhall-lang.org/
* Rosé Pine theme: use official variants (#5489)not2023-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 Bersier2023-01-11
|
* Update tree-sitter-cpp, support injections in tagged rawstrings (#5457)Sam McCall2023-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 Wahl2023-01-11
| | | See https://www.ponylang.io
* Acme Theme - Add `ui.linenr` configuration (#5488)two-six2023-01-10
|
* Acme Theme - Change bufferline foreground color (#5486)two-six2023-01-10
|
* Specify ui.selection.primary for Gruvbox themes (#5333)Aidan Gauland2023-01-09
|
* Fix Broken Attribute Highlights (#5349)Chickenkeeper2023-01-09
| | | | | | | * Update highlights.scm * Update highlights.scm * Update themes.md
* Use tree-sitter-ruby for crystal (#5205)Michael Davis2023-01-08
|
* Fix theme solarized_dark infobox (#5445)mejo132023-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)liuxueyang2023-01-08
|
* Improve indent queries for python in specific cases (#5332)Triton1712023-01-07
| | | where the tree-sitter completely fails to parse incomplete code.
* Add GitHub themes (#5353)OwO Swordsman2023-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 Getreu2023-01-06
|
* Add runtime queries for `tfvars` (based on `hcl`) (#5396)Dom H2023-01-06
|
* Update Prisma tree-sitter for view support (#5417)Julius de Bruijn2023-01-06
|
* Add tutor example for WORDS (#5304)mrjerzy2022-12-30
|
* Update `emacs` theme diff colors (#5334)Yevgnen2022-12-29
|
* Fix kanagawa theme lint and added git gutter colors (#5273)leonqadirie2022-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)farwyler2022-12-27
|
* tutor: add chapter for commenting lines (#5211)Soc Virnyl S. Estela2022-12-26
|
* Add eb word selection trick to the tutor (#5247)Alex Kladov2022-12-24
|
* Use curl underlines in the rose_pine theme (#5267)cor2022-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 Vitti2022-12-23
|
* Fix HTML injection within markdown (#5265)Michael Davis2022-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)Chickenkeeper2022-12-21
|
* fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250)LeoniePhiline2022-12-21
|
* Better diagnostics highlighting for Dracula theme. (#5236)Chirikumbrah2022-12-20
|
* Add missing comment injection for nix (#5208)farwyler2022-12-19
|
* tutor: Fix typos in 8.2 (#5213)Lukas Werling2022-12-19
|
* Add support for MATLAB/Octave files (#5192)g-s-k2022-12-17
|
* Crystal language support (#4993)Jonas Everaert2022-12-17
|
* Add Bash indents (#5149)gavincrawford2022-12-14
|
* Add Mermaid.js for markdown support (#5147)Erasin2022-12-14
|
* Update tree-sitter-schemeBlaž Hrastnik2022-12-12
|
* update(theme): adjust base16_transparent and dark_high_contrast (#5105)Slug2022-12-11
|
* Add Haskell text objects (#5061)Ollie Charles2022-12-10
|
* Add support for the BibTeX file format (#5064)Felipe S. S. Schneider2022-12-09
|
* Update `diagnostic.error` background for acme theme (#5019)two-six2022-12-09
|
* use curl underlines for gruvbox_dark_hard (#5066)cor2022-12-09
|
* fix(tutor): Capitalize first letter of a sentence (#5075)LeoniePhiline2022-12-09
|
* Autumn theme: use new features (#5051)Jens Getreu2022-12-08
| | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
* fix(theme): git gutter for flatwhite (#5036)Alexander Brevig2022-12-07
|
* fix(theme): serika toml syntax valid (#5038)Alexander Brevig2022-12-07
|