Michael Davis
3011df4f35
Bump tree-sitter to latest master ( #9317 )
...
* query capture names now return `&str`s rather than `String`s
* the `#any-of?` predicate is now supported
10 months ago
rojebd
46ecc102ba
added voxed theme ( #9164 )
10 months ago
Kirawi
7af78c7788
update comment grammar ( #9253 )
10 months ago
Tomas
77ab792ac7
runtime/themes: adding "ttox" theme ( #8524 )
...
* runtime/themes: adding 'ttox' theme
* Improving primary selections
11 months ago
Ryan Roden-Corrent
c8e58304bf
Add textobject queries for protobuf grammar. ( #9184 )
...
Given `message Foo {string s = 1;}`
- `mat` selects `message Foo {string s = 1}`
- `mit` selects `{string s = 1;}`
Given `service SearchService { rpc Search(Req) returns (Resp); }
- `mit` or `mat` selects `Req` or `Resp`
- `mif` or `maf` selects `rpc Search(Req) returns (Resp);`
- `mit` selects { rpc Search(Req) returns (Resp); }`
- `mat` selects `service SearchService { rpc Search(Req) returns (Resp); }`
11 months ago
Paul Graydon
154d9b6ed1
Update tokyonight themes ( #9099 )
11 months ago
Jaakko Paju
73deba7044
Add textobject queries for Scala ( #9191 )
11 months ago
Jaakko Paju
a32d537d0a
Add HOCON language support ( #9203 )
...
* Add HOCON language support
* Remove error query
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Change include query
* Fix query error
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
11 months ago
DuckDuckWhale
f8ae2bc61b
Fix: misleading active tab color in monokai_pro* ( #9148 )
11 months ago
Rose Hudson
a680b2e409
rust highlights: clean up constructor logic ( #8957 )
...
Enum variants and (tuple) structs are indistinguishable in general, so we
mark any PascalCase pattern or expression as a "constructor", which
covers all three.
11 months ago
Sharpened Blade
7b0f92bb3a
Add markup styling to nord theme ( #9135 )
...
Fixes https://github.com/helix-editor/helix/issues/9131
11 months ago
0rphee
5f04d09f03
theme: update noctis ( #9123 )
11 months ago
Evan Richter
a98b8ddd1a
add smali language support ( #9089 )
11 months ago
ves
06d7dc628e
theme: add horizon-dark ( #9008 )
11 months ago
Matouš Dzivjak
80dd585966
feat(themes): add modus vivendi theme(s) ( #8894 )
11 months ago
JJ
c56cd6ee8b
Add support for Agda ( #8285 )
...
* agda language support (wip)
* improve highlights
* disable agda-language-server
* minor addendum to documentation
* cargo xtask docgen
* oh i can just do this neat
* minor comment cleanup
* upstream updated
* imports: missed a spot
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
11 months ago
Daniel Ebert
33d85606cf
Add alignment indent queries for binary & ternary expressions in C.
11 months ago
Daniel Ebert
3e79a35656
Align arguments in a function call in C.
...
Since the tree-sitter grammar is not very good
at parsing function calls while they're being written,
this is not yet super useful.
However, it prevents the new `hybrid` indent heuristic
from choosing these lines as a baseline, making it
more robust.
11 months ago
Susheel Thapa
23fd145a56
fix: typo in scm files inside runtime/queries/ ( #8630 )
11 months ago
JR
e332c7d875
Add tutor for match mode ( #8751 )
...
* Add tutor for match mode
* Improve the surround tutor
* Add missing == in header
* Reflow
* Update runtime/tutor
Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>
* Update runtime/tutor
Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>
* Update runtime/tutor
Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>
* Apply feedback
---------
Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>
11 months ago
Jesús González
f1e34ce5a2
Specify BG and FG cursor colors in Darcula themes ( #9002 )
11 months ago
Phil
b4571c292e
Add initial support for janet-lang ( #9081 )
...
* Add initial support for janet-lang
* Use default roots for janet-lang
11 months ago
Frederick Schwalbe
c3cb1795bf
Update gleam grammar and queries ( #9003 )
12 months ago
Jesús González
44c3d48a94
Add more accurate to official theme type highlighting to Darcula themes ( #8738 )
12 months ago
Niklas Alexander Shern
ab763b3111
fix: update rose_pine to be identical to main repo ( #8946 )
12 months ago
Skyler Hawthorne
fcd564fddf
upgrade tree-sitter-python ( #8976 )
...
supports new syntaxes from Python 3.12
12 months ago
Tudyx
f8d261cd20
add log tree-sitter ( #8916 )
...
* add log tree-sitter
* better highlight queries
12 months ago
Alexis Mousset
090ed97e00
Add modus operandi themes ( #8728 )
1 year ago
ghashy
ff095ebd9b
DBML Language support ( #8860 )
...
* DBML language support
* DBML language support, highlights.scm added
* DBML support
* Update runtime/queries/dbml/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Update runtime/queries/dbml/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Update runtime/queries/dbml/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* remove unnecessary block highlight
* remove unnecessary line
* remove index_block query
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
blinxen
a0e5bb8520
[themes] Add missing license files for recently added themes
1 year ago
blinxen
b16752306c
[themes] Mention license files in README
1 year ago
Dan Field
b306b25e82
GN language support ( #6969 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Niklas Alexander Shern
2acf5e365e
theme: show active selection and buffer for naysayer theme ( #8838 )
1 year ago
blinxen
39aa6fa646
Update some grammars to a commit where the license file is included ( #8691 )
1 year ago
crozbo
7868136a18
Theme: Papercolor: Add inlay-hint style ( #8827 )
1 year ago
Eemil Haapanen
3c8bf9df4a
theme: add starlight ( #8787 )
1 year ago
Ambuj Singh
23fea46815
theme: Add Theme poimandres ( #8759 )
...
* theme: Add Theme poimandres
* theme: inherit `poimandres_storm` from `poimandres` with minor tweaks
* fix(theme): rename `crossed-out` to `crossed_out`
* fix(theme:poimandres): improve contrast of selection color for regular variant
1 year ago
Triton171
cb0bc25a9f
Add indent queries for scheme (and reuse them for common-lisp & racket). ( #8720 )
1 year ago
Henrik Tjäder
7bc564d3dc
Theme: Papercolor: Add type.parameter ( #8735 )
1 year ago
Joey Hain
f73e9a8d15
highlights: add type.parameter scope to several more languages ( #8718 )
...
* typescript
* go
* haskell
* ocaml
* kotlin (+ bugfix)
1 year ago
postsolar
a98ad137f9
Update PureScript grammar ( #8712 )
1 year ago
cgahr
5c325fe342
replace kdl tree-sitter to fix highlighting ( #8652 )
...
* replace kdl tree-sitter
* kdl: adopt highlights for new tree-sitter
* kdl: add indent queries
* kdl: add textobjects
* kdl: improve syntax highlighting
* kdl: update lang-support
* kdl: make indents more concise
---------
Co-authored-by: Constantin Gahr <constantin.gahr@ipp.mpg.de>
1 year ago
Joey Hain
70bbbd7d19
add highlight scope for type parameters ( #8660 )
...
* rust: add highlight scope for type parameters
* handle optional type parameters
1 year ago
Arkady Rost
ae6a0a9cfd
Adjusted ui.virtual.inlay-hint color for everblush theme ( #8705 )
...
Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com>
1 year ago
blinxen
a069b92897
Add missing license files for themes ( #8684 )
1 year ago
RoloEdits
f992c3b597
feat(highlights): add more comment highlights ( #8564 )
1 year ago
blt__
ab266b99e6
Say "unindent" instead of "outdent" in tutor ( #8623 )
1 year ago
Mehedi Rifat
99bf62a560
Theme: Add gruber-darker theme ( #8598 )
1 year ago
Gabriel Dinner-David
4f1d414d9c
switch to tree-sitter-ron ( #8624 )
1 year ago
Frans Skarman
9eec9adb8f
Add LPF tree sitter ( #8536 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Alexander Brevig
2906660119
Add typst language and lsp ( #7474 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Ryan Mehri
c24a67c0e4
Add rust html injection query ( #8603 )
1 year ago
Abderrahmane TAHRI JOUTI
88bc52a570
Theme cyan light diff colors ( #8587 )
1 year ago
rsteube
764715a6c0
languages: add templ ( #8540 )
1 year ago
Joe-Zer0
fc16449efe
Add nord night theme ( #8549 )
1 year ago
Ryan Mehri
814cf177d4
bump tree-sitter-haskell and update queries ( #8558 )
1 year ago
Petr Gajdůšek
9f6e9a1512
Add 'while_statement' to bash indents ( #8528 )
1 year ago
NomisIV
1ef7f24dae
Update purescript-tree-sitter grammar ( #8527 )
1 year ago
DS/Charlie
96bbfb7c2e
bump tree-sitter-sql ( #8464 )
...
* bump tree-sitter-sql
* update highlights classes to helix flavour
* replace lua-match with match
1 year ago
DS/Charlie
93e54fa0c8
add support for json5 ( #8473 )
...
* add json5 language
* docgen
1 year ago
Jonah Lund
1297d924e7
improve nord theme ( #8414 )
1 year ago
boofexxx
77fe8f214b
refine darcula and darcula-solid themes ( #8412 )
1 year ago
Lucas Zebrowsky
ba06371499
Fix missing HTML tag colorization in onedark theme ( #8409 )
1 year ago
Ben Haines
2776233a6f
update go highlight queries ( #8399 )
1 year ago
postsolar
651fd1ca72
Add Unicode support to PureScript's highlight queries ( #8338 )
1 year ago
zetashift
7fa5f341e9
Update Unison highlights ( #8315 )
1 year ago
NomisIV
cb39242783
Use Maskhjarnas tree-sitter-purescript ( #8306 )
1 year ago
pacien
37e48f4307
queries/nix: align match start for language comments
...
This rule failed to override other ones because it started its
matching later.
1 year ago
pacien
b4494e1dc5
queries/nix: add injection rule for python test scripts
1 year ago
Cyrill Schenkel
941dc6c614
add GNU assembler (gas) support #8291 )
1 year ago
Abderrahmane TAHRI JOUTI
19d44b6fde
add cyan_light theme ( #8293 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Anton Romanov
e41bee6ac6
[theme] Fix zenburn theme inlay hint color ( #8278 )
1 year ago
Henrik Tjäder
764172d5bc
Theme: Papercolor: Cleanup, linting and using inheritance ( #8276 )
1 year ago
Chirikumbrah
729f32de21
Better indent line color for Dracula theme. ( #8266 )
1 year ago
Blaž Hrastnik
ef23847957
scheme: Highlight abbreviations
1 year ago
Galen Abell
acef759a5e
Add additional YAML injections ( #8217 )
1 year ago
Alexis Mousset
83ac53a109
Fix various typos ( #8233 )
1 year ago
Yhya
6f3a6575dc
add material theme collection ( #8211 )
...
* Create material theme files
* Add material deep ocean pallete
* Add primary theme properties to material deep ocean theme
* Fix material deep ocean theme
* Ad syntax highlighting to material deep ocean theme
* Make material oceanic theme
* Make material darker theme
* Remove material lighter theme
* Make material palenight theme
* Make other material themes inherit material deep ocean theme
* Add virtual ruler background to the material theme collection
1 year ago
Jesse Luehrs
81d6d3ff0e
re-add indent and textobject queries for perl ( #7947 )
...
* bump tree-sitter-perl version
need some grammar tweaks for the indent queries to function properly
* add indent queries for perl
* add textobject queries for perl
1 year ago
John Scarrott
61814fea7f
Nord Theme: Fix missing ui text focus, use undercurls for diagnostics ( #8165 )
1 year ago
Ivan Molodetskikh
9d7f66574d
Update tree-sitter-blueprint ( #8161 )
1 year ago
Damir Vandic
79c0425154
Sync latest catppuccin theme changes ( #8102 )
1 year ago
Sol Fisher Romanoff
aeaeb09f48
add gemini language support ( #8070 )
1 year ago
arslee07
75c5a33028
Highlight Dart 3 `sealed` and `base` keywords ( #7974 )
1 year ago
kaashyapan
75342968e2
update fsharp tree-sitter ( #8024 )
1 year ago
dastrukar
e4c95f65a6
Nord theme: Update ruler to set bg instead of fg ( #7995 )
1 year ago
Tomas Sandven
18a79aa3bf
Update tree-sitter-robot ( #7970 )
...
* Update tree-sitter-robot
* Update Robot highlights query for Helix
* Change @comment.single to @comment
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Jack Allison
2b7e7c80eb
Update Monokai bufferline theming to be distinguish active buffers ( #7983 )
...
* Update OneDark theme to use light-gray for inlay hints.
* fix monokai tab themeing to be more distinguishing
1 year ago
Pham Huy Hoang
56ccaedffb
markdown.inline: Add `injection.combined` to html tag ( #7960 )
...
Problem: Closing tags for markdown is sometimes not highlighted
Solution: Add `injection.combined` to create a valid syntax tree for
highlighting
1 year ago
Jens Getreu
61ccf4eded
autumn theme: improve readability of comments ( #7939 )
...
* Improve readability of comments
* Rename color
* Rename color
* Sort variables
1 year ago
sigmaSd
cbfe8eef89
add strace highlighting ( #7928 )
...
* feat: add strace tree sitter
* f
1 year ago
Jesse Luehrs
d56638ba9a
fix formatting in the rust textobject query file
...
looks like two lines were unintentionally joined - it doesn't appear to
affect the functionality, but it's confusing to read
1 year ago
Erasin Wang
19dff5c3a4
Update slint grammar ( #7893 )
1 year ago
Jesse Luehrs
2caca1c4e9
Add pod highlighting ( #7907 )
1 year ago
Daniel Ebert
36a59e4482
Improve C, Rust & Python indent queries & add @align captures.
1 year ago
Skyler Hawthorne
7078e84007
Fix YAML auto indent
...
YAML indents queries are tweaked to fix auto indent behavior.
A new capture type `indent.always` is introduced to address use cases
where combining indent captures on a single line is desired.
Fixes #6661
1 year ago
Ivan Isekeev
57f093d836
Jinja language family syntax support ( #7233 )
...
* feat: add jinja language support
* feat: add nunjucks language support
* feat: add to lang support book jinja and nunjucks languages
1 year ago
Jan9103
c0eae84073
feat: add todo.txt tree-sitter ( #7835 )
1 year ago
Gaël
cb9b08d650
Add new Yellowed theme to default themes ( #7849 )
...
* added new Yellowed theme to default themes
* syntax typo and missing color fix
1 year ago
Artemiy
1077630834
Update tree-sitter grammar for nu ( #7873 )
...
* Update tree-sitter grammar for nu
Change tree-sitter grammar for nushell to 'officially' maintained
by nushell project https://github.com/nushell/tree-sitter-nu . Update
to the latest version. Replace queries with supported
* Restore injection queries for nu
Restore injection.scm queries for nushell tree-sitter grammar
1 year ago
zetashift
294aa669a2
Add Unison support ( #7724 )
1 year ago
woojiq
7cda5b8592
build(tree-sitter): update javascript, typescript and tsx ( #7852 )
...
* build(tree-sitter): update javascript, typescript and tsx
* update revision of tree-sitter parsers for these languages.
* rename `?.` to `optional_chain`, introduced in tree-sitter/tree-sitter-javascript@186f2adbf7 .
* fix(highlight): change jsx queries to match latest tree-sitter
Latest tree-sitter/tree-sitter-javascript@bb1f97b643 added some breaking changes that broke highlighting.
* Remove some queries with `nested_identifier`.
* Remove deprecated `jsx_fragment` from indent query.
* Count `</` and `/>` as a single token.
1 year ago
Petr Gajdůšek
7af37bb3b9
Add tree-sitter textobjects queries for bash ( #7764 )
...
This implements function, (calling) argument and comment captures for use
in the textobject selections in bash.
This also updates the generated docs after adding the textobjects for bash.
1 year ago
woojiq
1d189820a1
feat(indent): add basic java indentation queries ( #7844 )
1 year ago
Mohamed Imrane Chehabi
80d2599f9c
Add new moon theme to default themes ( #7834 )
...
* Add new moon theme to default themes
* Remove .DS_Store
1 year ago
Jummit
f19793c2f8
Improve wren support ( #7819 )
1 year ago
Christoph Sax
5a51036bc1
Update t32 language queries to version 2.2.1 ( #7811 )
...
Version 2.2.1 of the grammar adds extended support for HLL (C, C++,..)
expressions. Quite a few node types were added, renamed or removed in
the process.
This change brings the highlight queries in sync with the ones found in
the repository of the grammar. The highlighting tests "look" okay after
updating the queries.
Recently, Codeberg had some reliability issues. That is why the language
is now using the mirror repository on GitLab as source instead.
Co-authored-by: Christoph Sax <christoph.sax@mailbox.org>
1 year ago
J. Brock
286e44050d
Bump the version of Hare's grammar ( #7784 )
1 year ago
voroskoi
bc737404e8
Update tree-sitter-zig ( #7803 )
1 year ago
lydiandy
57952c46a4
replace new lsp for vlang ( #7760 )
...
* fix vlang grammar fetch and build fail
* update highlights.scm for v-analyzer
* Update languages.toml
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Update runtime/queries/v/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* update scm for new lsp
* gen doc lang-support.md
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Jesse Luehrs
d5571968fa
add new theme based on the default vim dark theme ( #7785 )
1 year ago
Matthias Q
224fd5fa29
feat: update prql parser ( #7771 )
1 year ago
Jummit
9a4890f62b
Add wren support ( #7765 )
1 year ago
Michael Davis
f0b877e258
Tune regex highlights for usage in prompts
...
Since regex is almost always injected into other languages,
`pattern_character`s will inherit the highlight for the structure that
injects them (for example `/foo/` in JavaScript or `~r/foo/` in Elixir).
This removes the string highlight when used in the prompt.
We also add `ERROR` node highlighting so that errors in regex syntax
appear in the prompt. This resolves a TODO in the `regex_prompt`
function about highlighting errors in the regex.
1 year ago
eh
dea6894f92
Theme Pop-Dark: Increase Diagnostics clarity ( #7702 )
1 year ago
saltlakrits
5a52897014
Update everforest_dark.toml to add missing color definitions ( #7739 )
1 year ago
Pham Huy Hoang
75239a938f
fix incorrect predicate in comment highlights ( #7732 )
1 year ago
Federico Stra
a188282b37
Update soft-wrap indicator in gruvbox themes ( #7736 )
1 year ago
Ravi Shekhar Jethani
48d57dad47
Fix selection highlighting in remaining gruvbox derived themes ( #7717 )
1 year ago
Thales Ramos
d52b790379
Add Kaolin Dark, Light and Valley Dark themes ( #7151 )
...
Add some missing keys
Inherit themes from kaolin-dark and override diverging keys
1 year ago
Jesse Luehrs
e7f60611ac
switch to https://github.com/tree-sitter-perl/tree-sitter-perl ( #7644 )
1 year ago
kaashyapan
2ace6032e7
Add fsharp language support ( #7619 )
1 year ago
Erasin Wang
2cb00bcbc4
Support inlay-hints for svelteserver. ( #7622 )
1 year ago
Jeppe Christiansen
bc4f08febf
Update Typescript, TSX and Svelte grammar, to latest tag ( #6874 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
1 year ago
Nick Saika
9551e4e111
runtime/themes: Add "naysayer" theme ( #7570 )
1 year ago
Karim Mk
e86bb64b63
Change dark_plus inlay-hints colors to more pleasant colors ( #7611 )
...
* Changing code_dark inlay-hints colors.
* Using dark_plus_experimental inlay hints is better ;)
1 year ago
Borys Lykah
7c338429f8
Add language support for persistent library syntax ( #7261 )
1 year ago
Sharpened Blade
c33795e770
Update the Nord theme to follow the Nord style guide ( #7490 )
1 year ago
Gammut
607b426e26
Refactor queries for ecma based languages ( #7207 )
1 year ago
Álan Crístoffer
a9849ebee4
highlight(matlab): Fix string's single-quote's color ( #7493 )
1 year ago
gobraves
b745fb2551
update OneDarker theme to use light-gray for inlay hints. ( #7433 )
1 year ago
Branch Vincent
6c6923c39e
feat(toml): highlight table headers ( #7441 )
1 year ago
Álan Crístoffer
2c5288dafb
Replace MATLAB grammar ( #7388 )
1 year ago
eh
842518ccb7
Theme: port of Zed's OneDark and OneLight themes ( #7250 )
1 year ago
LeoniePhiline
48ad9ae1bb
highlight(sql): Update tree-sitter-sql to `98a7fc9` ( #7387 )
...
* highlight(sql): Update tree-sitter-sql to 92018a3
* highlight(sql): Update tree-sitter-sql to 98a7fc9
1 year ago
Alexander Brevig
b4fe31cad6
Add forth-lsp and update tree-sitter-forth ( #7334 )
...
* feat: add forth lsp and update tree sitter
* fix: update highlights
1 year ago
Ivan Svoboda
df094909d1
Webc language support ( #7290 )
...
* feat: add webc language support
* feat: add to lang-support book webc
1 year ago
Jorge Santiago
d249639114
Add merionette theme ( #7186 )
1 year ago
lefp
a197ce869a
Add Fortran comment injections ( #7305 )
1 year ago
Dimitri Sabadie
31b8b728a2
Fix C++ queries and update tree-sitter-cpp ( #7285 )
1 year ago
broke
ef5bcd5060
theme: added gruvbox dark soft variant ( #7139 )
1 year ago
Christoph Sax
d324feb072
Add support for language t32 ( #7140 )
...
Co-authored-by: Christoph Sax <christoph.sax@mailbox.org>
1 year ago
Jens Getreu
3e927ac578
Autumn theme: style "soft-wrap indicator" + maintenance ( #7229 )
...
Co-authored-by: Jens Getreu <getreu@getreu@web.de>
1 year ago
Alexander Brevig
78e8695420
Add support for Forth ( #7256 )
1 year ago
Ivan Tkachuk
2022e6175b
Add blueprint language ( #7213 )
...
* Add blueprint tree-sitter support
* Add blueprint lsp support
* Run cargo xtask docgen
1 year ago
zetashift
92380540b8
chore: update scala tree-sitter grammar ( #7147 )
...
* chore: update scala tree-sitter grammar
* Add locals.scm for Scala
1 year ago
Gammut
86ef389c0d
Highlight query improvements for java and typescript ( #7145 )
...
* Add missing queries to java highlights
* Fix generic type bracket highlights in typescript
2 years ago
Ravi Shekhar Jethani
6e647e83ed
Update spacebones_light.toml ( #7125 )
...
Better contrast between type variable and its members
2 years ago
Casper Rogild Storm
1dd1735909
Correct selection color ( #7138 )
2 years ago
Viktor Kleen
0c21c227e1
Update languages.toml for Nickel ( #7059 )
2 years ago