| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Increase visibility of selected file in file picker
https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
|
|
|
|
| |
Trailers are now supported, for example 'Co-authored-by' or
'Signed-off-by'. Commits are also now recognized in message bodies.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
| |
* Fix ayu theme markup unreadable bg
* Add modifiers for markup
|
| |
|
| |
|
|
|
|
|
| |
* Add support for Robot Framework files
* Run docgen
|
|
|
|
|
|
|
| |
* update ruby highlights
* Updated SQL injection.scm
* Move private, public, protected to builtin methods
|
|
|
|
|
| |
* Add textobjects queries for Julia
* Update docs for Julia textobject queries
|
|
|
|
|
|
|
| |
* Added ferra theme
* Updated with author information
* Conform to themelint
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Update inlay-hint and wrap for base16_transparent
* Update inlay-hint and wrap for dark_high_contrast
* Tune dark_high_contrast cursor match theming
|
| |
|
| |
|
|
|
| |
Co-authored-by: Jack Allison <jacallis@cisco.com>
|
| |
|
|
|
|
|
| |
* Add indents.scm for Julia
* Update documentation for new indent support
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: krfl <kr.fl@outlook.com>
|
|
|
|
|
| |
* add `ui.virtual.inlay-hint`
* normalise line endings
|
| |
|
| |
|
| |
|
|
|
|
| |
The adwaita-dark theme has no distinction between active and inactive
buffers on a bufferline. Add contrast to clarify differences.
|
| |
|
|
|
|
|
| |
- update variable and ref as paramter
- add target as constant
- add inject for shell_text
|
|
|
| |
Based on vscode ayu badge.
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- Update hightlight
- add indents
- add textobject
- add injections
|
|
|
|
|
|
| |
- add gdscript2 type.builtin
- add gdscript2 keyword 'await'
- update label for more note_path
- update function and parmeter
|