Gábor Szabó
d0275a554a
remove the multilingual field from book.toml ( #13328 )
2025-04-11 09:23:39 -05:00
Niklas Gruhn
8b952bb1d5
docs: another injection query example ( #13312 )
2025-04-09 07:30:11 -05:00
RoloEdits
d24e4fcf0f
feat(config): add `[workspace-]diagnostics` fields to statusline ( #13288 )
2025-04-08 13:58:14 -05:00
Multirious
0609b06638
Book: Mentions zsh-helix-mode in other-softwares ( #13294 )
2025-04-08 09:15:54 +09:00
James Rogers
4130b162a7
Update docs link to Commands.md in Remapping.md ( #13284 )
2025-04-07 11:08:09 -05:00
Jason Fuchs
46f7cdb5a9
feat: add ! alias for sh and | for pipe ( #13263 )
2025-04-08 01:00:45 +09:00
Dimitri Sabadie
29789f2a9f
Add support for extend_file_{start,end} ( #11767 )
2025-04-06 13:18:47 -05:00
Weihnachtsbaum
e9a3dcd858
Add WESL language ( #13267 )
...
Co-authored-by: uncenter <uncenter@uncenter.dev>
2025-04-06 12:23:34 -05:00
Mykyta
effe849cf4
Update themes.md ( #13247 )
...
added small description to `label` and `special` - because for me it was not clear what it was for, maybe I am not the one
2025-04-06 12:22:06 -05:00
Wesley Hershberger
6c42ed1bd5
Debian control file syntax highlighting ( #13245 )
...
File format described at
https://www.debian.org/doc/debian-policy/ch-controlfields.html
Co-authored-by: Wesley Hershberger <wesley.hershberger@gmail.com>
2025-04-06 12:05:43 -05:00
Max
1fc19c6d8e
Add Prolog tree-sitter grammar ( #11611 )
2025-04-06 11:43:53 -05:00
Daniel Fichtinger
d0c5a2044d
feat: added lsp for just ( #13276 )
2025-04-06 11:41:53 -05:00
Tshepang Mbambo
2bb0d52f3e
book: avoid uncomfortable flow disruption ( #13271 )
2025-04-06 11:41:10 -05:00
Sebastian Dörner
13b2dc31f5
Book: Add a section with links to "Helix mode" in non-Helix software. ( #12258 )
2025-03-24 08:21:37 -05:00
Nik Revenco
0ee5850016
Color swatches ( 🟩 green 🟥 #ffaaaa ) ( #12308 )
2025-03-23 16:07:02 -05:00
Michael Davis
3a63e85b6a
Support EditorConfig ( #13056 )
2025-03-22 16:06:41 +09:00
Freddie Gilbraith
d6cacb2731
add werk language and highlights ( #13136 )
2025-03-20 08:04:52 -05:00
Zeger Van de Vannet
6f463dbeb3
feat: add indents for starlark ( #13126 )
2025-03-18 09:18:45 -05:00
VESSE Léo
fdaf12a35d
feat(tlaplus) : added `tlaplus` config + grammar ( #13081 )
2025-03-13 08:59:17 -05:00
Jonathan Davies
c5c9e65cc4
Update install instructions ( #13079 )
2025-03-11 08:41:35 -05:00
Michael Davis
aa20eb8e7f
Add config for trimming trailing whitespace and newlines on write
...
These match the equivalent options in VSCode. `trim_trailing_whitespace`
is also the name used by EditorConfig.
* `trim-final-newlines` trims any extra line endings after the final one
* `trim-trailing-whitespace` trims any trailing whitespace (but not
empty lines)
2025-03-10 10:18:55 -04:00
Lauri Gustafsson
296eb9be83
languages.toml: Change wgsl_analyzer to wgsl-analyzer ( #13063 )
...
The binary name was changed in wgsl-analyzer commit
4c56b1435d30cd45d8aee52297bbf68ed5bb3beb and released in 0.9.7.
2025-03-10 08:22:49 -05:00
suza
dc4761ad3a
feat: Add SourcePawn language support ( #13028 )
2025-03-07 11:55:48 -06:00
Michael Davis
0efa8207d8
Rewrite command line parsing, add flags and expansions ( #12527 )
...
Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
2025-02-26 19:50:15 -06:00
Branch Vincent
1dd8a19ad6
Add pkl-lsp ( #12962 )
2025-02-26 17:45:10 -06:00
tshaynik
43eab10a4c
languages.toml: add starpls as Starlark language server ( #12958 )
2025-02-26 17:43:16 -06:00
Daniel Fichtinger
bb3af143f1
feat: language support for mail files ( #12945 )
2025-02-26 17:33:36 -06:00
Bang Lee
69f25a85da
Update languages.toml to add astro-ls ( #12939 )
2025-02-26 17:30:55 -06:00
Dmitriy Sokolov
8cb0d869e6
feat(lsp): add protobuf language servers ( #12936 )
2025-02-26 17:30:26 -06:00
Sebastian Dörner
0deb8bbce6
Add indents and textobjects for Kotlin ( #12925 )
2025-02-20 11:58:27 -06:00
Michael Davis
c3e9a0d607
Replace 'pkgbuild-language-server' with 'termux-language-server'
...
`pkgbuild-language-server` no longer exists and the PKGBUILD
functionality has moved to `termux-language-server`.
2025-02-12 10:51:07 -05:00
Jean-Louis Fuchs
258e3e1136
feat: Add support for the Ink programming language ( #12773 )
2025-02-12 09:46:50 -06:00
Michael Davis
5a66270c00
Remove typst-lsp config
...
typst-lsp has been deprecated in favor of tinymist.
2025-02-12 10:39:10 -05:00
Matthew Mark Ibbetson
35faa73be1
Add Djot support ( #12562 )
2025-02-10 15:36:01 -06:00
Abhi
7a3470c48d
Add support for `yara` language ( #12753 )
2025-02-10 15:32:28 -06:00
Milo Moisson
a03becf021
nix: add indent TS query ( #12829 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-02-10 14:47:31 -06:00
Jaakko Paju
a19c95a0a7
Add CSV language and syntax highlighting ( #11973 )
2025-02-10 10:51:06 -06:00
Drew Zemke
a36730cb21
add support for the FGA language ( #12763 )
2025-02-04 11:06:22 -06:00
uncenter
75abc23428
Add Tera templating language support ( #12756 )
2025-02-04 10:56:36 -06:00
Michael Davis
066e938ba0
Add `copy_between_registers` for interactive register copying
2025-02-02 20:49:25 -05:00
Viktor Szépe
e22bbf5489
Fix typos ( #12690 )
2025-02-02 18:58:29 -06:00
Michael Davis
5952d564d1
Reverse highlight precedence ordering ( #9458 )
...
Co-authored-by: postsolar <120750161+postsolar@users.noreply.github.com>
Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com>
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: gabydd <gabydinnerdavid@gmail.com>
2025-02-02 18:17:10 -06:00
Gareth Widlansky
8328c422b7
Add ghostty configuration support ( #12703 )
2025-01-29 08:56:08 -06:00
Kristoffer Plagborg Bak Sørensen
259be07f05
feat: add asm-lsp for assembly dialects ( #12684 )
2025-01-26 10:28:40 -06:00
Joel Dueck
aac0ce5fd1
Update install.md: fix link to lang server install instructions ( #12675 )
2025-01-26 14:21:13 +09:00
Kevin Danne
9088f8a599
fix: HELIX_RUNTIME environment path for windows on building-from-source book page ( #12658 )
...
Co-authored-by: Kevin Danne <kevin.danne@triluxds.com>
2025-01-24 09:03:49 -06:00
Nikita Revenco
a63a2ad281
feat: specify custom lang server(s) for `:lsp-stop` and `:lsp-restart` ( #12578 )
...
Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
2025-01-23 18:14:35 -06:00
Michael Davis
d4ade40983
Rename "file browser" => "file explorer"
...
Connects #11285
2025-01-23 18:17:56 -05:00
Denys Rybalka
6b044aeb29
Add file browser ( #11285 )
2025-01-23 16:28:18 -06:00
Branch Vincent
0d5f6f04c9
Add fish-lsp and bump tree-sitter-fish
2025-01-23 14:23:48 -05:00