shem
1b016a89d5
Fix crash on opening from suspend state ( #6764 )
...
* Fix crash on opening from suspend state (#6725 )
* Fix code style
* revert using of the imperative code style. Add panic if couldn't set terminal raw mode
* remove redundant import of core::panic macros
* small refactoring
2 years ago
Aleksey Kuznetsov
7706ff77eb
make :toggle-option print the new value ( #6774 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
karei
7607727483
Add `inlay-hint` colours to Kanagawa
...
Makes the LSP hints more legible against the background colour
and more in line with the normal colours in the theme.
2 years ago
dylrich
523e9e4573
ferra: fix ruler overriding foreground style
...
Ferra's current ruler styling overrides the foreground style, which is
an odd look only for characters in the ruler column. This commit removes
the foreground styling for the ruler rule. This is more in line with
what other themes do for the ruler.
2 years ago
Matthew Toohey
99a8b6159c
Fix go locals query for var_spec identifiers
2 years ago
VuiMuich
4cdba7cccd
Add standalone language support for `just` ( #6453 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
Pascal Kuthe
896404c7ea
emit cargo metadata duiring build scripts to avoid outdated buildscript outputs ( #6743 )
...
* rebuild on revision change
* rerun grammar build if grammars change
2 years ago
John Careaga
78e8066c3e
Replace 'Visual' (mode) with 'Select' in tutor
2 years ago
zetashift
cd7ef57818
Change smithy language server to the one from AWS ( #6572 )
2 years ago
Farzin
bb27542199
Fix python highlights to support single character and alphanumeric constant identifier ( #6751 )
2 years ago
Pascal Kuthe
5ec41195a0
ensure :toggle soft-wrap.enable works by default ( #6742 )
2 years ago
Jesús González
bff7fc8695
Add inlay hints styling to darcula theme ( #6732 )
...
* Add inlay hints coloring for darcula theme
* Add whitespace
---------
Co-authored-by: Ivan Tham <pickfire@riseup.net>
2 years ago
shem
9f680c69f4
Fix #6669 : Theme preview doesn't return theme to normal ( #6694 )
...
* Fix #6669 : Theme preview doesn't return theme to normal when delete name with Alt-Backspace
* Fix #6669 : Return theme preview to normal theme for all remaining keybinds that change the promt text
2 years ago
Michael
161fef2166
Add DTD language support ( #6644 )
...
- Added syntax highlighting for the DTD subset of the XML spec.
- Included .dtd and .ent as common file extensions
2 years ago
lefp
fff8543b58
Add OpenCL tree-sitter and LSP config ( #6473 )
2 years ago
Matouš Dzivjak
70de5026b8
feat(languages): Support markdoc ( #6432 )
...
Add basic support for [markdoc](https://markdoc.dev/ ).
For language server, see: https://github.com/markdoc-extra/markdoc-ls
For tree sitter, see: https://github.com/markdoc-extra/tree-sitter-markdoc
2 years ago
Farzin
fed5e6e646
Highlight C/C++ escape sequences ( #6724 )
2 years ago
Chirikumbrah
f6d65cf089
Refactor dracula theme ( #6552 )
2 years ago
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
EsfoNL
2f82bc13e8
Fix crash on opening jumplist ( #6672 )
...
Co-authored-by: Esra Fokker <esra.fokker@finalist.nl>
2 years ago
dependabot[bot]
b9b4ed5c6c
build(deps): bump bitflags from 2.0.2 to 2.1.0 ( #6699 )
...
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/2.0.2...2.1.0 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
ed67aa864d
build(deps): bump libc from 0.2.140 to 0.2.141 ( #6700 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.140 to 0.2.141.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.140...0.2.141 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Konstantin Keller
f8b7e95481
LSP: Gracefully handle 'workspace/configuration' from a stopped server ( #6693 )
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
tippfehlr
5106a124ed
Fix `file-picker.follow-symlinks` config option name in docs ( #6685 )
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
Nico Bos
894c2b9edb
Add Windows install instructions using Winget ( #6602 )
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
Alireza Alavi
78b516430a
Fix minor grammar issue in 'from-vim' docs ( #6667 )
2 years ago
Arnar
6dabd36491
Update gleam grammar ( #6641 )
2 years ago
Blaž Hrastnik
58e457a4e1
Revert "Fix #6605 : Remove soft-wrap.enable option wrapping. ( #6656 )"
...
This caused a bug that would ignore the global config.
This reverts commit af88a3c15c
.
2 years ago
Jan Scheer
25858ec2e3
themes: add inlay-hint to nightfox ( #6655 )
2 years ago
gibbz00
af88a3c15c
Fix #6605 : Remove soft-wrap.enable option wrapping. ( #6656 )
...
Co-authored-by: gibbz00 <gabrielhansson@gmail.com>
2 years ago
Daniel Sedlak
e856906f76
Fix typos ( #6643 )
2 years ago
karei
1148ce1fd9
Add support for Robot Framework files ( #6611 )
...
* Add support for Robot Framework files
* Run docgen
2 years ago
Michael
b663b89529
xml: highlight .xsd as XML files ( #6631 )
...
xsd or "XML Schema Definition" files are in XML format and should therefore be
highlighted as such
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
Michael Davis
fc4ca96c29
Update tree-sitter to v0.20.10 ( #6608 )
...
We used a git dependency to take advantage of the latest fixes in
master but a new release is now available:
https://crates.io/crates/tree-sitter/0.20.10
2 years ago
Ivan Ermakov
b6909bc41a
Add gdformat support ( #6614 )
2 years ago
Anton Romanov
531b745c54
[theme][zenburn] set inlay hint to comment style ( #6593 )
2 years ago