Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | tutor: Add missing quotes (#4832) | Tshepang Mbambo | 2022-11-23 | |
| | ||||
* | Add QML language support (#4842) | alois31 | 2022-11-23 | |
| | | | Fixes https://github.com/helix-editor/helix/issues/2771 | |||
* | Implement simple indents.scm for Elixir (#4821) | Sora | 2022-11-21 | |
| | ||||
* | Fix broken html doctype highlighting (#4829) | Chickenkeeper | 2022-11-20 | |
| | ||||
* | Update tree-sitter-cmake (#4809) | ath3 | 2022-11-18 | |
| | ||||
* | Theme: Mellow (#4770) | Rohit K Viswanath | 2022-11-18 | |
| | ||||
* | Add support for color modes with Monokai Pro (#4789) | Felipe S. S. Schneider | 2022-11-18 | |
| | ||||
* | Improvements to Meson syntax. (#4572) | Garrett D'Amore | 2022-11-16 | |
| | | | | Co-authored-by: Garrett D'Amore <garrett.damore@weka.io> Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Remove Statement in Zig indentation query (#4745) | Sora | 2022-11-15 | |
| | ||||
* | Add support for Bicep files (#4403) | Jonathan | 2022-11-15 | |
| | ||||
* | fix: Outdated Rust queries after TS update | Alexis (Poliorcetics) Bourget | 2022-11-12 | |
| | | | | Ref: https://github.com/tree-sitter/tree-sitter-rust/commit/3ddebf46e6fe5e27fa03dc07a829a766b9979c8d | |||
* | Add port of VIM's Zenburn, a low-contrast color scheme for Vim (#4613) | Anton Romanov | 2022-11-11 | |
| | ||||
* | Update typescript grammar and queries (#4703) | Gabriel Dinner-David | 2022-11-11 | |
| | | | | | | | | | * fix(grammars): update treesitter grammar and queries * add override keyword * Update runtime/queries/typescript/highlights.scm Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
* | theme dark_plus color-modes insert and select (#4678) | janos-r | 2022-11-10 | |
| | ||||
* | Update ayu themes (#4662) | André Sá | 2022-11-10 | |
| | ||||
* | Update `dark_plus` diff colors (#4661) | Kirawi | 2022-11-08 | |
| | ||||
* | [rust highlights] fix scoped attribute macro matching (#4659) | Anton Romanov | 2022-11-08 | |
| | | | | | | | Without this scoped attribute macros are not matched as macros. Eg ``` #[path::macro] ``` | |||
* | Improve Ruby TextObjects (#4601) | Danillo Melo | 2022-11-08 | |
| | ||||
* | tutor: fix wording in recap for chapter 5 (#4629) | Tobias Kohlbau | 2022-11-07 | |
| | | | | | | In recap for chapter 5.1 specify that the cursor is duplicted to the next suitable line instead of the next line. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de> | |||
* | Fixed disorienting selection palette on Gruvbox theme (#4626) | Ryan Palmer | 2022-11-07 | |
| | | | Co-authored-by: ryan.palmer <ryan.palmer@servicenow.com> | |||
* | Update Julia grammar, queries (#4588) | ChrHorn | 2022-11-05 | |
| | ||||
* | Add indentation for Python pattern matching | Yuriy | 2022-11-02 | |
| | | | | Add indentation for `match` and `case`. | |||
* | Add syntax highlighting for Python pattern matching | Yuriy | 2022-11-02 | |
| | | | | | Add syntax highlighting for `match` and `case` keywords in Python (https://peps.python.org/pep-0636/). | |||
* | Fix D unittest injection query. (#4562) | Garrett D'Amore | 2022-11-02 | |
| | ||||
* | Added missing keywords to wat (wasm) hightlights (#4542) | Jonas Everaert | 2022-11-01 | |
| | | | added "if", "then", "else", "block", "loop", "end" and "mut" to the wat highlights. | |||
* | Update SSH client config grammar & highlight queries (#4538) | Sebastian Hoß | 2022-11-01 | |
| | | | Co-authored-by: Sebastian Hoß <seb@hoß.de> | |||
* | add highlights for env and ini file formats (#4536) | seshotake | 2022-11-01 | |
| | ||||
* | Support WIT grammar (#4525) | hh9527 | 2022-10-31 | |
| | ||||
* | Update SQL grammar (#4529) | seshotake | 2022-10-30 | |
| | ||||
* | Update LaTex grammar (#4528) | Triton171 | 2022-10-30 | |
| | | | Fix comment injection & add highlighting for math delimiters. | |||
* | feat(lang): add xml (#4518) | Matthew Toohey | 2022-10-29 | |
| | ||||
* | feat: Categorize Rust's keywords using more specific scopes (#4510) | Poliorcetics | 2022-10-29 | |
| | ||||
* | Fleetish: Adjustments to resemble official theme and reworked diagnostics to ↵ | Kristoffer Flottorp | 2022-10-29 | |
| | | | | reduce subconjunctival hemorrhage (#4487) | |||
* | feat(lang): add kdl grammar (#4481) | Jaden | 2022-10-29 | |
| | ||||
* | language: added vhs (#4486) | rsteube | 2022-10-28 | |
| | ||||
* | Include unnamed children for html injected into inline markdown (#4478) | Matthias Deiml | 2022-10-27 | |
| | ||||
* | feat(themes): add mode-specific styles to the tokyonight themes (#4415) | Mr. E | 2022-10-22 | |
| | | | Co-authored-by: SoraTenshi <dream@neoncity.dev> | |||
* | Theme: Papercolor: Fixed cursorline background (#4317) | Mehedi Hasan | 2022-10-21 | |
| | ||||
* | Added 2 new themes (#4367) | PORTALSURFER | 2022-10-21 | |
| | ||||
* | Add textobjects.scm for zig (#4409) | Sora | 2022-10-21 | |
| | ||||
* | Add support for D (#4372) | Garrett D'Amore | 2022-10-20 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Upgrade rescript tree sitter & highlights (#4356) | Jared Ramirez | 2022-10-20 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Merge pull request #4061 from pascalkuthe/undercurl-modifier | Blaž Hrastnik | 2022-10-19 | |
|\ | | | | | Support different kinds of underline rendering (updated) |