Commit Graph

979 Commits (f85cd701847b3c3aaf5b3549007f1b18a5da2313)

Author SHA1 Message Date
JR f85cd70184
Update runtime/tutor
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
5 months ago
JR 1db25eaf13
Update runtime/tutor
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
5 months ago
jerabaul29 a04d57aae8 Minor updates 6 months ago
jerabaul29 46e6fc6d8a Fix typos 6 months ago
jerabaul29 bf5b18b59c Fix typos 6 months ago
jerabaul29 b10a832dca WIP 6 months ago
jerabaul29 8da5e7941d WIP 6 months ago
jerabaul29 ffba9cd40b WIP 6 months ago
JR 518765c324
Update runtime/tutor
Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com>
6 months ago
jerabaul29 ddae958bd7 WIP 6 months ago
jerabaul29 06967b6dae WIP 6 months ago
jerabaul29 e6ff778030 WIP 6 months ago
HumanEntity 6754acd83f
Made inlay-hints not look like normal code (#9370)
Added `"ui.virtual.whitespace" = { fg = "grey_dim" }` line
6 months ago
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
6 months ago
rojebd 46ecc102ba
added voxed theme (#9164) 7 months ago
Kirawi 7af78c7788
update comment grammar (#9253) 7 months ago
Tomas 77ab792ac7
runtime/themes: adding "ttox" theme (#8524)
* runtime/themes: adding 'ttox' theme

* Improving primary selections
7 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); }`
7 months ago
Paul Graydon 154d9b6ed1
Update tokyonight themes (#9099) 7 months ago
Jaakko Paju 73deba7044
Add textobject queries for Scala (#9191) 7 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>
7 months ago
DuckDuckWhale f8ae2bc61b
Fix: misleading active tab color in monokai_pro* (#9148) 7 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.
7 months ago
Sharpened Blade 7b0f92bb3a
Add markup styling to nord theme (#9135)
Fixes https://github.com/helix-editor/helix/issues/9131
7 months ago
0rphee 5f04d09f03
theme: update noctis (#9123) 7 months ago
Evan Richter a98b8ddd1a
add smali language support (#9089) 7 months ago
ves 06d7dc628e
theme: add horizon-dark (#9008) 7 months ago
Matouš Dzivjak 80dd585966
feat(themes): add modus vivendi theme(s) (#8894) 7 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>
7 months ago
Daniel Ebert 33d85606cf Add alignment indent queries for binary & ternary expressions in C. 7 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.
7 months ago
Susheel Thapa 23fd145a56
fix: typo in scm files inside runtime/queries/ (#8630) 7 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>
7 months ago
Jesús González f1e34ce5a2
Specify BG and FG cursor colors in Darcula themes (#9002) 7 months ago
Phil b4571c292e
Add initial support for janet-lang (#9081)
* Add initial support for janet-lang

* Use default roots for janet-lang
7 months ago
Frederick Schwalbe c3cb1795bf
Update gleam grammar and queries (#9003) 8 months ago
Jesús González 44c3d48a94
Add more accurate to official theme type highlighting to Darcula themes (#8738) 8 months ago
Niklas Alexander Shern ab763b3111
fix: update rose_pine to be identical to main repo (#8946) 8 months ago
Skyler Hawthorne fcd564fddf
upgrade tree-sitter-python (#8976)
supports new syntaxes from Python 3.12
8 months ago
Tudyx f8d261cd20
add log tree-sitter (#8916)
* add log tree-sitter

* better highlight queries
8 months ago
Alexis Mousset 090ed97e00
Add modus operandi themes (#8728) 8 months 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>
8 months ago
blinxen a0e5bb8520 [themes] Add missing license files for recently added themes 8 months ago
blinxen b16752306c [themes] Mention license files in README 8 months ago
Dan Field b306b25e82
GN language support (#6969)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
8 months ago
Niklas Alexander Shern 2acf5e365e
theme: show active selection and buffer for naysayer theme (#8838) 8 months ago
blinxen 39aa6fa646
Update some grammars to a commit where the license file is included (#8691) 8 months ago
crozbo 7868136a18
Theme: Papercolor: Add inlay-hint style (#8827) 8 months ago
Eemil Haapanen 3c8bf9df4a
theme: add starlight (#8787) 8 months 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
8 months ago