Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | feat(highlights): go builtin funcs and types (#5010) | Matouš Dzivjak | 2022-12-05 | |
| | | | | Add highlight scopes for golang built-in functions and types. Based on https://pkg.go.dev/builtin. | |||
* | Update Acme and Nord Light for git gutters (#4999) | two-six | 2022-12-05 | |
| | | | | | | | | | | | | | * Update acme.toml * Update nord_light.toml * Update runtime/themes/nord_light.toml Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * Update acme.toml Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
* | Add basic support for common lisp | Blaž Hrastnik | 2022-12-05 | |
| | ||||
* | Add support for single-line comments to scss (#5003) | farwyler | 2022-12-04 | |
| | ||||
* | Adjusted hex themes for new gutter diff colors (#4990) | PORTALSURFER | 2022-12-04 | |
| | | | | | | | | | | | | | | | | * added 2 themes * diff feature fixes adjusted the skin to better work with the new diff coloring features propagates to child skins like - hex_toxic * fine tuning so it all is a bit softer * fine tuning to be softer * added new version, lavender | |||
* | Autumn theme: adjust some gray colors (#4996) | Jens Getreu | 2022-12-04 | |
| | ||||
* | Update Doom Acario for git gutters (#4979) | Luna | 2022-12-03 | |
| | | | Edited the diff.delta from green to blue. | |||
* | Update zenburn theme for git gutters (#4977) | Anton Romanov | 2022-12-03 | |
| | ||||
* | nightfox theme: Use brighter colors for diff scopes (#4966) | alex 孙欣乐 | 2022-12-02 | |
| | ||||
* | feat(lang): bump tree-sitter-go (#4969) | Matouš Dzivjak | 2022-12-02 | |
| | | | | | | Update tree-sitter-go to latest with updated support for generics. See: https://github.com/tree-sitter/tree-sitter-go/compare/0fa917a7022d1cd2e9b779a6a8fc5dc7fad69c75..05900faa3cdb5d2d8c8bd5e77ee698487e0a8611 for full diff. | |||
* | Varua theme updates (cursorline, statusline) (#4964) | Bertrand Bousquet | 2022-12-02 | |
| | ||||
* | tutor: Clarify space searching instructions (#4953) | Tshepang Mbambo | 2022-12-01 | |
| | ||||
* | Fix file-types declaration for racket (#4915) | Michael Davis | 2022-11-30 | |
| | | | | | | | Both the racket and scheme entries used the rkt file-extension. This commit removes that entry for scheme and so that the racket entry takes precedence. We explicitly point to the scheme grammar now and setup queries that inherit from scheme. This should enable using the racket language server configuration. | |||
* | Fix ayu theme cursor issue (#4764) | André Sá | 2022-11-29 | |
| | ||||
* | fix(grammar): Add `block_comment` and `comment_environment` injection for ↵ | Erik Bünnig | 2022-11-28 | |
| | | | | latex comments (#4922) | |||
* | Update CSS syntax highlighting (#4882) | Chickenkeeper | 2022-11-28 | |
| | ||||
* | Fix Go variable indentation (#4906) | gavincrawford | 2022-11-27 | |
| | ||||
* | Update tree-sitter-java and add Java textobjects (#4886) | Lennard Hofmann | 2022-11-26 | |
| | ||||
* | feat(themes): improve fleetish (#4813) | Matouš Dzivjak | 2022-11-26 | |
| | | | | | | | | | | | Small adjustements to the fleetish theme to improve readability in certain cases. Specifically: - use darker background for menues as it (purely subjectively) loooks better - use different color for `constant.buildin.boolean` and `keyword` to make statements such as `return true` read better - use different colors for different markup link parts - destructure the config where appliable | |||
* | add theme nightfox (#4769) | Jan Scheer | 2022-11-26 | |
| | | | | This theme is an adaptation of github.com/EdenEast/nightfox.nvim | |||
* | Update tree-sitter-gleam | Michael Davis | 2022-11-24 | |
| | | | | | | | This update includes a handful of fixes, a new binary concatenation operator (already highlighted by the `binary_operator` rule), and a new `use` language construct. The nodes are backwards compatible but this update introduces two new nodes for highlighting: `use` and `<-`. | |||
* | Update tree-sitter-heex | Michael Davis | 2022-11-24 | |
| | | | | | tree-sitter-heex split out the ending_expression_value from the partial_expression value which can help with indentation. | |||
* | Add parameter highlights to Erlang | Michael Davis | 2022-11-24 | |
| | | | | | | | This doesn't work robustly (within pattern matches). Only regular bindings are highlighted as parameters. In order to highlight all parameters even in matches, we would need an arbitrary nesting operator in queries which doesn't exist yet in tree-sitter. | |||
* | Improve Edoc highlighting within Erlang | Michael Davis | 2022-11-24 | |
| | | | | | | This highlights edoc within Erlang comments. The trick was to have the Erlang grammar consume newlines and then give them to EDoc in the injection to use so that line-wise elements could be parsed accurately. |