Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | dracula theme: style wrap indicator like whitespace (#6414) | Sebastian Zivota | 2023-03-23 | |
| | ||||
* | Add `switch_statement` to ecma indents (#6369) | Thor Adam | 2023-03-21 | |
| | ||||
* | Add initial Smithy support (#6370) | zetashift | 2023-03-21 | |
| | ||||
* | fleet-dark improvements (#6375) | Kristoffer Flottorp | 2023-03-21 | |
| | | | Co-authored-by: krfl <kr.fl@outlook.com> | |||
* | theme(rose-pine): add inlay hints (#6384) | not | 2023-03-20 | |
| | | | | | * add `ui.virtual.inlay-hint` * normalise line endings | |||
* | Update nord with inlay-hints (#6376) | varon | 2023-03-20 | |
| | ||||
* | Add language support for Cap’n Proto format (#6325) | angelodlfrtr | 2023-03-18 | |
| | ||||
* | Update tokyo-night with inlay-hints (#6349) | Sora | 2023-03-18 | |
| | ||||
* | theme: update adwaita-dark for bufferline (#6342) | Yutaro Ohno | 2023-03-17 | |
| | | | | The adwaita-dark theme has no distinction between active and inactive buffers on a bufferline. Add contrast to clarify differences. | |||
* | Update Serika themes for inlay-hints (#6344) | VuiMuich | 2023-03-17 | |
| | ||||
* | Update queries for makefile (#6339) | Erasin Wang | 2023-03-17 | |
| | | | | | - update variable and ref as paramter - add target as constant - add inject for shell_text | |||
* | Update ayu theme for inlay-hint (#6329) | Ivan Tham | 2023-03-16 | |
| | | | Based on vscode ayu badge. | |||
* | Add inlay-hint style for solarized themes. (#6327) | Ryan Roden-Corrent | 2023-03-16 | |
| | | | | This uses the same color as comments, which is a light gray in both dark and light. I think it also looks nice with italics. | |||
* | Improve tree-sitter queries for vlang (#6279) | Erasin Wang | 2023-03-15 | |
| | | | | | | - Update hightlight - add indents - add textobject - add injections | |||
* | Update gdscript highlight (#6311) | Erasin Wang | 2023-03-15 | |
| | | | | | | - add gdscript2 type.builtin - add gdscript2 keyword 'await' - update label for more note_path - update function and parmeter | |||
* | adjust inlay hints, color modes and virtual for fleet dark (#6324) | Kristoffer Flottorp | 2023-03-15 | |
| | | | | | | | | | * adjust inlay hints and color modes for fleet dark * adjust virtual + ruler color --------- Co-authored-by: krfl <kr.fl@outlook.com> | |||
* | fix: flatwhite with inlay (#6323) | Alexander Brevig | 2023-03-15 | |
| | ||||
* | Autumn theme: add gray tone for inlay-hint (#6316) | Jens Getreu | 2023-03-14 | |
| | | | Co-authored-by: Jens Getreu <getreu@getreu@web.de> | |||
* | Update Nix highlights | Michael Davis | 2023-03-14 | |
| | | | | | | * Switch nix grammar repository location to the new repo. The author has transferred the repository to 'nix-community'. * Capture ':' and '...' as 'punctuation.delimiter'. | |||
* | Update Erlang highlights | Michael Davis | 2023-03-14 | |
| | | | | | | | * Macros that start with underscore were incorrectly marked as 'comment.unused' rather than 'keyword.directive' due to an ordering issue of those two patterns. * Recognize escripts as Erlang by the shebang. | |||
* | theme: Use inheritance for gruvbox themes (#6295) | Michael Davis | 2023-03-14 | |
| | | | | | These gruvbox variants were introduced before theme inheritance and only differ by a few colors. This change cleans up the duplicated theming with theme inheritance. | |||
* | queries/php: add missing keywords `unset` and `clone` (#6299) | Ivan | 2023-03-14 | |
| | ||||
* | Update gruvbox color themes to support inlay hint (#6285) | Josh Bainbridge | 2023-03-13 | |
| | | | | | | | | | | | | The gruvbox themes (gruvbox, gruvbox dark hard and guvbox light) don't provide a colour for the new virtual inlay hints. Looking at the original repo, and other derivatives, there doesn't appear to be a clear definition of what inlay hints should be. Although most sources indicate that it can be the same as the color for comments. Considering that, this commit sets the new field on each of the three themes to be gray1, same as commented text. Signed-off-by: Josh Bainbridge <josh.bainbridge@gmail.com> | |||
* | Add molokai theme (#6260) | Maxwell Anderson | 2023-03-13 | |
| | ||||
* | add ui.inlay-hint (#6292) | workingj | 2023-03-13 | |
| | ||||
* | Autumn theme: add `ui.virtual.inlay-hint` config (#6280) | Jens Getreu | 2023-03-12 | |
| | | | The configuration differs between parameters (upright) and types (slanted). | |||
* | dark_plus: theme inlay-hint (#6283) | Kirawi | 2023-03-12 | |
| | | | | | | | | | | | Taken from the official theme: ```json "editorInlayHint.background": "#4d4d4dcc", "editorInlayHint.foreground": "#ffffff", "editorInlayHint.parameterBackground": "#4d4d4dcc", "editorInlayHint.parameterForeground": "#ffffff", "editorInlayHint.typeBackground": "#4d4d4dcc", "editorInlayHint.typeForeground": "#ffffff", ``` | |||
* | Theme onelight add inlay-hint (#6276) | Erasin Wang | 2023-03-12 | |
| | | | | | | - fix: add `markup.strikethrough` for theme.md - add virtual.inlay-hint - fix ui.virtual.wrap - rename light-white to grey-300 | |||
* | theme/catppuccin: add ui.virtual.inlay-hint (#6269) | Ivan | 2023-03-11 | |
| | ||||
* | fleet_dark: theme inlay hints (#6266) | Kirawi | 2023-03-11 | |
| | ||||
* | fix: C++ namespace indentation | Blaž Hrastnik | 2023-03-11 | |
| | | | | fixes #6235 | |||
* | Also highlight unchecked variants of the sqlx query methods (#6256) | Maxicarlos08 | 2023-03-10 | |
| | ||||
* | queries/php: add injections for regex and sql injection (#6250) | Ivan | 2023-03-10 | |
| | ||||
* | Improved yuck highlighting (and parser), and introduced a tag.builtin scope ↵ | Philipp Mildenberger | 2023-03-10 | |
| | | | | (#6242) | |||
* | feat(theme): Update pop-dark statusline (#6227) | workingj | 2023-03-09 | |
| | | | | | | | | | * update pop-theme for color-modes * fixed ui.statusline.select not worrking * adjustments for nicer statusline visuals * added status line color | |||
* | Theme - auy_evolve: Up bufferline fg brightness (#6225) | gibbz00 | 2023-03-08 | |
| | | | | Currently a bit hard to discern inactive and active buffers in a brighter environment. | |||
* | Update highlights for golang (#6204) | Erasin Wang | 2023-03-08 | |
| | | | | | | - update tree-sitter-go - refine keywords - set package as namespace - add label | |||
* | Update highlight for PHP (#6203) | Erasin Wang | 2023-03-08 | |
| | | | | | - update tree-sitter-php - add basic types, operator - refine keyword | |||
* | feat(theme): Update pop-dark for color-modes (#6208) | workingj | 2023-03-06 | |
| | ||||
* | Update highlight for ecma/js/ts (#6205) | Erasin Wang | 2023-03-06 | |
| | ||||
* | Update onelight theme (#6192) | Erasin Wang | 2023-03-06 | |
| | ||||
* | Update queries for godot4 (#6186) | Erasin Wang | 2023-03-05 | |
| | ||||
* | Add support for reStructuredText (#6180) | Roberto Vidal | 2023-03-05 | |
| | ||||
* | Theme: Papercolor: Add ui.highlight (#6162) | Henrik Tjäder | 2023-03-05 | |
| | | | | | | | Using the picker with syntax highlighting the fallback `ui.selection` makes a lot of text, especially for the light variant, hard to read. Instead, use a lighter background for highlights | |||
* | feat(prql): add prql support (#6126) | Matthias Q | 2023-03-03 | |
| | ||||
* | Extend the set of tags highlighted in comments (#6143) | István Donkó | 2023-03-03 | |
| | ||||
* | theme: Add Adwaita Dark (#6042) | Mofiqul | 2023-02-28 | |
| | ||||
* | theme: Add Everblush (#6086) | Isotoxal | 2023-02-28 | |
| | ||||
* | Kanagawa: fix bufferline, theme wrap-indicators, cursor, menu, and syntax ↵ | luetage | 2023-02-26 | |
| | | | | changes (#6085) | |||
* | Fix diagnostic underline colors in catppuccin themes (#6107) | Adam Becker | 2023-02-26 | |
| |