Lukas Werling
99b346a923
tutor: Fix typos in 8.2 ( #5213 )
2 years ago
g-s-k
042d03269e
Add support for MATLAB/Octave files ( #5192 )
2 years ago
Jonas Everaert
aecb524e50
Crystal language support ( #4993 )
2 years ago
gavincrawford
012fc12f97
Add Bash indents ( #5149 )
2 years ago
Erasin
436296b76c
Add Mermaid.js for markdown support ( #5147 )
2 years ago
Blaž Hrastnik
bae890d8fa
Update tree-sitter-scheme
2 years ago
Slug
c5bfb792b2
update(theme): adjust base16_transparent and dark_high_contrast ( #5105 )
2 years ago
Ollie Charles
0e8ea13696
Add Haskell text objects ( #5061 )
2 years ago
Felipe S. S. Schneider
d14de27709
Add support for the BibTeX file format ( #5064 )
2 years ago
two-six
37e7dd1df5
Update `diagnostic.error` background for acme theme ( #5019 )
2 years ago
cor
d914642089
use curl underlines for gruvbox_dark_hard ( #5066 )
2 years ago
LeoniePhiline
36eff1da8c
fix(tutor): Capitalize first letter of a sentence ( #5075 )
2 years ago
Jens Getreu
f8b75a245a
Autumn theme: use new features ( #5051 )
...
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
2 years ago
Alexander Brevig
a4de86e7af
fix(theme): git gutter for flatwhite ( #5036 )
2 years ago
Alexander Brevig
9d4236941d
fix(theme): serika toml syntax valid ( #5038 )
2 years ago
Kristoffer Flottorp
e9d43c284b
Fleetish theme renamed to fleet dark and adjusted to match official theme. ( #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>
2 years ago
VuiMuich
5691ada822
Change diff colors for serika themes ( #5015 )
2 years ago
Matouš Dzivjak
5781aa0264
feat(highlights): go builtin funcs and types ( #5010 )
...
Add highlight scopes for golang built-in functions and types.
Based on https://pkg.go.dev/builtin .
2 years ago
two-six
f712d316e5
Update Acme and Nord Light for git gutters ( #4999 )
...
* 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>
2 years ago
Blaž Hrastnik
417676953b
Add basic support for common lisp
2 years ago
farwyler
59cfe95776
Add support for single-line comments to scss ( #5003 )
2 years ago
PORTALSURFER
e9d0645f66
Adjusted hex themes for new gutter diff colors ( #4990 )
...
* 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
2 years ago
Jens Getreu
326a0dab06
Autumn theme: adjust some gray colors ( #4996 )
2 years ago
Luna
dc00291b48
Update Doom Acario for git gutters ( #4979 )
...
Edited the diff.delta from green to blue.
2 years ago
Anton Romanov
224a024d39
Update zenburn theme for git gutters ( #4977 )
2 years ago
alex 孙欣乐
59b886cf5e
nightfox theme: Use brighter colors for diff scopes ( #4966 )
2 years ago
Matouš Dzivjak
d0bc38d6fa
feat(lang): bump tree-sitter-go ( #4969 )
...
Update tree-sitter-go to latest with updated support for generics.
See: 0fa917a702..05900faa3c
for full diff.
2 years ago
Bertrand Bousquet
71a3a23f42
Varua theme updates (cursorline, statusline) ( #4964 )
2 years ago
Tshepang Mbambo
e3f05603ac
tutor: Clarify space searching instructions ( #4953 )
2 years ago
Michael Davis
67415e096e
Fix file-types declaration for racket ( #4915 )
...
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.
2 years ago
André Sá
664d08e70d
Fix ayu theme cursor issue ( #4764 )
2 years ago
Erik Bünnig
5c213f7de4
fix(grammar): Add `block_comment` and `comment_environment` injection for latex comments ( #4922 )
2 years ago
Chickenkeeper
bf908cc4a1
Update CSS syntax highlighting ( #4882 )
2 years ago
gavincrawford
583c2a5456
Fix Go variable indentation ( #4906 )
2 years ago
Lennard Hofmann
fc811726e0
Update tree-sitter-java and add Java textobjects ( #4886 )
2 years ago
Matouš Dzivjak
4e52d4d6f4
feat(themes): improve fleetish ( #4813 )
...
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
2 years ago
Jan Scheer
6cdc567372
add theme nightfox ( #4769 )
...
This theme is an adaptation of
github.com/EdenEast/nightfox.nvim
2 years ago
Michael Davis
ee06d4d337
Update tree-sitter-gleam
...
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 `<-`.
2 years ago
Michael Davis
cbc72e84d7
Update tree-sitter-heex
...
tree-sitter-heex split out the ending_expression_value from the
partial_expression value which can help with indentation.
2 years ago
Michael Davis
5a1bed2b70
Add parameter highlights to Erlang
...
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.
2 years ago
Michael Davis
452f7d071c
Improve Edoc highlighting within Erlang
...
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.
2 years ago
Tshepang Mbambo
590a628460
tutor: Add missing quotes ( #4832 )
2 years ago
alois31
26ec1cf39a
Add QML language support ( #4842 )
...
Fixes https://github.com/helix-editor/helix/issues/2771
2 years ago
Sora
420e33a600
Implement simple indents.scm for Elixir ( #4821 )
2 years ago
Chickenkeeper
117239ea45
Fix broken html doctype highlighting ( #4829 )
2 years ago
ath3
598bd8bf11
Update tree-sitter-cmake ( #4809 )
2 years ago
Rohit K Viswanath
58e7e1c5e3
Theme: Mellow ( #4770 )
2 years ago
Felipe S. S. Schneider
9a4e6fdf25
Add support for color modes with Monokai Pro ( #4789 )
2 years ago
Garrett D'Amore
f843967059
Improvements to Meson syntax. ( #4572 )
...
Co-authored-by: Garrett D'Amore <garrett.damore@weka.io>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
Sora
506e8caba7
Remove Statement in Zig indentation query ( #4745 )
2 years ago
Jonathan
1233c9a989
Add support for Bicep files ( #4403 )
2 years ago
Alexis (Poliorcetics) Bourget
e232333d4a
fix: Outdated Rust queries after TS update
...
Ref: 3ddebf46e6
2 years ago
Anton Romanov
5b73c8c724
Add port of VIM's Zenburn, a low-contrast color scheme for Vim ( #4613 )
2 years ago
Gabriel Dinner-David
7367abd6c6
Update typescript grammar and queries ( #4703 )
...
* fix(grammars): update treesitter grammar and queries
* add override keyword
* Update runtime/queries/typescript/highlights.scm
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
janos-r
bc52b0369b
theme dark_plus color-modes insert and select ( #4678 )
2 years ago
André Sá
d7136d691a
Update ayu themes ( #4662 )
2 years ago
Kirawi
a19eee6450
Update `dark_plus` diff colors ( #4661 )
2 years ago
Anton Romanov
07d3157273
[rust highlights] fix scoped attribute macro matching ( #4659 )
...
Without this scoped attribute macros are not matched as macros.
Eg
```
#[path::macro]
```
2 years ago
Danillo Melo
188aff059b
Improve Ruby TextObjects ( #4601 )
2 years ago
Tobias Kohlbau
6cafd81e41
tutor: fix wording in recap for chapter 5 ( #4629 )
...
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>
2 years ago
Ryan Palmer
da8f29eaa7
Fixed disorienting selection palette on Gruvbox theme ( #4626 )
...
Co-authored-by: ryan.palmer <ryan.palmer@servicenow.com>
2 years ago
ChrHorn
4ec2a21c6e
Update Julia grammar, queries ( #4588 )
2 years ago
Yuriy
b156f57618
Add indentation for Python pattern matching
...
Add indentation for `match` and `case`.
2 years ago
Yuriy
e0b034dcd1
Add syntax highlighting for Python pattern matching
...
Add syntax highlighting for `match` and `case` keywords in Python
(https://peps.python.org/pep-0636/ ).
2 years ago
Garrett D'Amore
185236c3a4
Fix D unittest injection query. ( #4562 )
2 years ago
Jonas Everaert
79c7203a38
Added missing keywords to wat (wasm) hightlights ( #4542 )
...
added "if", "then", "else", "block", "loop", "end" and "mut" to the wat highlights.
2 years ago
Sebastian Hoß
9b247b1104
Update SSH client config grammar & highlight queries ( #4538 )
...
Co-authored-by: Sebastian Hoß <seb@hoß.de>
2 years ago
seshotake
ed7ea8c9ba
add highlights for env and ini file formats ( #4536 )
2 years ago
hh9527
9df4358492
Support WIT grammar ( #4525 )
2 years ago
seshotake
f6710879d1
Update SQL grammar ( #4529 )
2 years ago
Triton171
908529ccac
Update LaTex grammar ( #4528 )
...
Fix comment injection & add highlighting for math delimiters.
2 years ago
Matthew Toohey
f054a3f3ed
feat(lang): add xml ( #4518 )
2 years ago
Poliorcetics
2935e9da19
feat: Categorize Rust's keywords using more specific scopes ( #4510 )
2 years ago
Kristoffer Flottorp
e3eaad1479
Fleetish: Adjustments to resemble official theme and reworked diagnostics to reduce subconjunctival hemorrhage ( #4487 )
2 years ago
Jaden
b5e7501935
feat(lang): add kdl grammar ( #4481 )
2 years ago
rsteube
26f21da531
language: added vhs ( #4486 )
2 years ago
Matthias Deiml
b1ffbbd49f
Include unnamed children for html injected into inline markdown ( #4478 )
2 years ago
Mr. E
ce469abfe2
feat(themes): add mode-specific styles to the tokyonight themes ( #4415 )
...
Co-authored-by: SoraTenshi <dream@neoncity.dev>
2 years ago
Mehedi Hasan
131d8392bb
Theme: Papercolor: Fixed cursorline background ( #4317 )
2 years ago
PORTALSURFER
a449192ee9
Added 2 new themes ( #4367 )
2 years ago
Sora
664064b3cc
Add textobjects.scm for zig ( #4409 )
2 years ago
Garrett D'Amore
36f97b6aad
Add support for D ( #4372 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
Jared Ramirez
de607830a2
Upgrade rescript tree sitter & highlights ( #4356 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
Blaž Hrastnik
418a622db9
Merge pull request #4061 from pascalkuthe/undercurl-modifier
...
Support different kinds of underline rendering (updated)
2 years ago
zetashift
0c14d9f869
Add a first version of kanagawa theme ( #4300 )
2 years ago
Blaž Hrastnik
431f9c14f3
Support Cairo 0.10 syntax
2 years ago
echoriiku
b29531ceab
Fix readability of highlighted text on the rose_pine themes using official palettes ( #4221 )
2 years ago
Brandon Dong
a330b5d224
Fix selecting pop dark theme ( #4323 )
2 years ago
Wojciech Kępka
661f48d62f
themes: Add `bogster_light` theme ( #4265 )
...
Co-authored-by: Wojciech Kępka <wojciech.kepka@softax.pl>
2 years ago
Wojciech Kępka
05ca21cb1b
themes: Update bogster theme ( #4264 )
...
Co-authored-by: Wojciech Kępka <wojciech.kepka@softax.pl>
2 years ago
Chickenkeeper
1c08c80e4f
C# syntax highlight tweaks ( #4285 )
2 years ago
Sora
f444ba8beb
Fixup Zig Indent Queries ( #4281 )
2 years ago
Sam McCall
aef37d43d7
c/c++ highlighting: various tweaks
...
- treat `restrict`/`_Atomic` like `const`/`volatile` => @keyword.storage.modifier
- highlight `unsigned int` as builtin => @type.builtin
- recognize `static_cast` and friends => @keyword
- `template` is a kind of entity like `typename` => @keyword.storage.type
- many declaration modifiers have nothing to do with storage/types
(explicit, friend, access specifiers, inline in C++) => @keyword
- fix floats highlighted as integer => @constant.numeric
2 years ago
Sam McCall
a3ed9169df
c/c++ highlights: *& are @type or @operator based on context ( #4278 )
2 years ago
Dario Oddenino
2d958d6c50
Add support for Purescript language ( #4242 )
2 years ago
IrishMaestro
13d81b7478
Created heisenberg theme for helix editor ( #4209 )
2 years ago
Chickenkeeper
b4e795d704
Fix C++ syntax highlighting, and improve C & WGSL highlighting ( #4079 )
2 years ago
Ben Lee-Cohen
cf4a5cca96
Monokai Pro Octagon statusline modes ( #4247 )
2 years ago
Pascal Kuthe
66a49080bc
merge underline-style and underline-color into a single table
2 years ago
Tim Siegel
5077ce76b3
tutor: Normalize key names, capitalization, etc.
2 years ago