Clément Delafargue
3e2eca0db8
tree-sitter(haskell): use quasiquoters as an injection point ( #6474 )
...
Similar to tagged templates in JS, quasiquoters allow to embed external
languages in haskell, so it makes sense to treat them as an injection
point.
2 years ago
Ollie Charles
deab323c28
Update tree-sitter-haskell ( #6317 )
2 years ago
basbebe
1421b67a4c
Everforest theme: Style inlay-hints and wrap indicator
2 years ago
basbebe
bfcc4c3795
Everforest: Fix keywords and types
2 years ago
basbebe
9248de8780
Adjust everforest to resemble original more closely
...
Adjust palettes and assignments:
Color palettes of upstream everforest where tweaked since creation of this port:
- https://github.com/sainnhe/everforest/pull/108
- https://github.com/sainnhe/everforest/pull/109
These adjustments move the helix everforest theme closer to the dcocumented
upstream vim theme
2 years ago
Ollie Charles
92c5f5f18c
Initial Cabal language support ( #6485 )
2 years ago
Constantin Angheloiu
d5fec302c9
base16_transparent: Highlight selected item state ( #6716 )
...
Increase visibility of selected file in file picker
https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
2 years ago
Michael Davis
686a1e2f31
Update tree-sitter-git-commit ( #6692 )
...
Trailers are now supported, for example 'Co-authored-by' or
'Signed-off-by'. Commits are also now recognized in message bodies.
2 years ago
not
e72ad1e731
theme(rose-pine): Improve whitespace and search matches colors ( #6679 )
...
* feat: make whitespace characters more readable
* feat: make search matches more discernable
* fix: reduce importance of whitespace characters
* feat: add background to ui.text.focus
https://github.com/rose-pine/helix/pull/4
Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com>
2 years ago
Ivan Tham
76825c7b66
Fix ayu theme markup unreadable bg ( #6538 )
...
* Fix ayu theme markup unreadable bg
* Add modifiers for markup
2 years ago
Arnar
6dabd36491
Update gleam grammar ( #6641 )
2 years ago
Jan Scheer
25858ec2e3
themes: add inlay-hint to nightfox ( #6655 )
2 years ago
karei
1148ce1fd9
Add support for Robot Framework files ( #6611 )
...
* Add support for Robot Framework files
* Run docgen
2 years ago
Danillo Melo
3dd715a115
Update Ruby Highlights ( #6587 )
...
* update ruby highlights
* Updated SQL injection.scm
* Move private, public, protected to builtin methods
2 years ago
Clara Hobbs
4b32b544fc
Add textobject queries for Julia ( #6588 )
...
* Add textobjects queries for Julia
* Update docs for Julia textobject queries
2 years ago
Casper Rogild Storm
7ce52e5b2c
Added `ferra` theme ( #6619 )
...
* Added ferra theme
* Updated with author information
* Conform to themelint
2 years ago
Erasin Wang
c22ebfe62e
Add Hurl Support ( #6450 )
...
* Add http Support
It's like [vscode-restclient](https://github.com/Huachao/vscode-restclient )
- https://github.com/erasin/tree-sitter-http/tree/main/tests
* Add Hurl Support
2 years ago
Gyeongwan Koh
951e8686e8
Colorize inlay hints in the boo_berry theme ( #6625 )
2 years ago
Anton Romanov
531b745c54
[theme][zenburn] set inlay hint to comment style ( #6593 )
2 years ago
Constantin Angheloiu
01b70762fd
Dim pane divider color in base16_transparent theme ( #6534 )
2 years ago
Bertrand Bousquet
2f4b9a47f3
Update Varua theme for inlay hints ( #6589 )
2 years ago
Rohit K Viswanath
480784d2cf
Update inlay-hint color for mellow & rasmus themes ( #6583 )
2 years ago
Slug
dbafe756fa
Update base16_transparent and dark_high_contrast themes ( #6577 )
...
* Update inlay-hint and wrap for base16_transparent
* Update inlay-hint and wrap for dark_high_contrast
* Tune dark_high_contrast cursor match theming
2 years ago
Yevgnen
43072f7876
Update colors for inlay hints for emacs theme ( #6569 )
2 years ago
Bertrand Bousquet
d0c9f38b68
Update Varua theme for soft wrap ( #6568 )
2 years ago
Jack Allison
1fcfef12be
Update OneDark theme to use light-gray for inlay hints. ( #6503 )
...
Co-authored-by: Jack Allison <jacallis@cisco.com>
2 years ago
Sebastian Zivota
d63c717b82
dracula theme: style inlay hints as comments ( #6515 )
2 years ago
Clara Hobbs
d284444eb4
Add indents.scm for Julia ( #6490 )
...
* Add indents.scm for Julia
* Update documentation for new indent support
2 years ago
Clara Hobbs
fc9229c846
Add injection for markdown strings ( #6489 )
2 years ago
Filip Dutescu
d59b80514e
feat(debug): highlight current line ( #5957 )
...
Add new theme highlight keys, for setting the colour of the breakpoint
character and the current line at which execution has been paused at.
The two new keys are `ui.highlight.frameline` and `ui.debug.breakpoint`.
Highlight according to those keys, both the line at which debugging
is paused at and the breakpoint indicator.
Add an indicator for the current line at which execution is paused
at, themed by the `ui.debug.active` theme scope. Update various themes
to showcase how the new functionality works.
Better icons are dependent on #2869 , and as such will be handled in the
future, once it lands.
Closes : #5952
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
2 years ago
Ivan
6a323c0b1b
Update catppuccin theme ( #6464 )
2 years ago
Michael Davis
d7431db55c
Update tree-sitter-git-commit, add comment textobject ( #6439 )
...
The update includes a fix for comments in commit messages where there
was no space separating the '#' and the comment text.
The comment textobject can be useful occasionally to jump to the
summary part of the commit edit message.
2 years ago
JJ
c8fde8b6f9
Initial Nim language support ( #6123 )
2 years ago
Juan C. Müller
5d7c90c5cf
Add language support for rego (OpenPolicyAgent) ( #6415 )
2 years ago
Tom Burdick
685ae2365a
Add vhdl language support ( #5826 )
...
Simple highlight query file with keywords and builtin types
matching. Many VHDL types however are defined in std libraries
which do not currently get matched on.
This is because the grammar doesn't consider them builtin types.
2 years ago
Erasin Wang
851ac6cdd3
Add theme keys for (un)checked markup list items ( #6434 )
2 years ago
Sebastian Zivota
e399bbc379
dracula theme: style wrap indicator like whitespace ( #6414 )
2 years ago
Thor Adam
346ddd4735
Add `switch_statement` to ecma indents ( #6369 )
2 years ago
zetashift
0e0c16e6fa
Add initial Smithy support ( #6370 )
2 years ago
Kristoffer Flottorp
b0ceac608e
fleet-dark improvements ( #6375 )
...
Co-authored-by: krfl <kr.fl@outlook.com>
2 years ago
not
9eb11214b1
theme(rose-pine): add inlay hints ( #6384 )
...
* add `ui.virtual.inlay-hint`
* normalise line endings
2 years ago
varon
05e7862e8f
Update nord with inlay-hints ( #6376 )
2 years ago
angelodlfrtr
ac2a7731a6
Add language support for Cap’n Proto format ( #6325 )
2 years ago
Sora
9f5374bf47
Update tokyo-night with inlay-hints ( #6349 )
2 years ago
Yutaro Ohno
bd473928ae
theme: update adwaita-dark for bufferline ( #6342 )
...
The adwaita-dark theme has no distinction between active and inactive
buffers on a bufferline. Add contrast to clarify differences.
2 years ago
VuiMuich
a07655d55b
Update Serika themes for inlay-hints ( #6344 )
2 years ago
Erasin Wang
b20cf15eef
Update queries for makefile ( #6339 )
...
- update variable and ref as paramter
- add target as constant
- add inject for shell_text
2 years ago
Ivan Tham
21a3fb8f29
Update ayu theme for inlay-hint ( #6329 )
...
Based on vscode ayu badge.
2 years ago
Ryan Roden-Corrent
aae8f72e2e
Add inlay-hint style for solarized themes. ( #6327 )
...
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.
2 years ago
Erasin Wang
fb56a4bb75
Improve tree-sitter queries for vlang ( #6279 )
...
- Update hightlight
- add indents
- add textobject
- add injections
2 years ago