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
Tim Siegel
e542f2e08f
tutor: Minor grammar fix
...
No need to say additionally, as well, also, etc. One is enough.
2 years ago
Tim Siegel
f5f4d3dc2a
tutor: Clarify forward reference to "primary selection"
2 years ago
Tim Siegel
0571fa4d56
tutor: Clarify first multi-cursor example
...
If the reader is unfortunate enough to place the cursor at the beginning
of the line on step #1 , subsequent steps will fail.
2 years ago
Tim Siegel
6db39eacd3
tutor: Clarify forward reference to "select command"
...
The phrase "Like the select command" suggests that the reader has been
introduced to select already. That doesn't happen until the next
chapter.
2 years ago
Lennard Hofmann
a24fae3b3c
Update tree-sitter-lua and add textobjects for Lua ( #3552 )
2 years ago
Daniel Ebert
081327695f
Rename extend indent captures.
...
Clarify comments in indent code.
2 years ago
Triton171
3ab9abb642
Add `extend-indented` and `stop-extend` captures for indent queries.
...
Improve and re-enable python indent queries.
2 years ago
Alex
8c4ae4df1c
update everforest theme ( #3998 )
2 years ago
Stuart Baker
ce2a5b6d9f
Add colours "color-modes" to ayu_light theme ( #4109 )
...
* Rename "dark gray" to "light gray"
* Add colours for statusline modes
* Use UI background for inactive panes
2 years ago
gbprod
9f36468b15
Change twig tree-sitter grammar ( #4176 )
2 years ago
Chickenkeeper
8e8ba06f60
Improve C# syntax highlighting ( #4118 )
2 years ago
S1m
d27551d814
Use different cursor color for primary cursor for ayu_mirage ( #4140 )
2 years ago
Mike Sampson
9b7f349f5c
tutor: 5.5 add missing words ( #4160 )
2 years ago
Pascal Kuthe
7bc324fde9
make casing consistent with other configuration
2 years ago
Oleksii Dorozhkin
4d4be0e880
Update sonokai.toml ( #4089 )
2 years ago
allanderek
9ca4ac6901
Pallettise the bogster theme and, more importantly, add support for color-modes to the bogster theme. ( #4121 )
2 years ago