Bryce Berger
3658e97c2b
Add tree-sitter injections for jj config files ( #13926 )
2025-07-16 08:36:54 -05:00
Michael Davis
86f10ae24c
Add a language to fix Rust highlights in format-args macros
...
This is a bit hacky. Injections cannot stack on each other like
highlights because layers can have their own injections. So this new
language `rust-format-args-macro` emulates that. It unconditionally
injects `rust-format-args` into all strings. Rust injects this new
language into known format-args macros like `println!`.
The downside is that this can cause false-positive highlights within
these macros for strings which happen to contain format-args syntax
println!("Hello, {}!", "{}");
// ^ format args syntax
// ^ not format args syntax, but highlighted
// as if it were :(
This false-positive case is expected to be rare.
Injecting this fake language fixes regular non-string highlights in
macro invocations: macro invocations need to inject the entire token
tree and use `injection.include-children` for proper highlighting.
2025-07-13 12:01:18 -04:00
Maikel Martens
43187f2ed3
Add Django language support ( #13935 )
2025-07-11 10:33:44 -04:00
Kristoffer Plagborg Bak Sørensen
8e0f326ebb
languages: create dedicated language for json-ld ( #13925 )
2025-07-10 08:49:33 -05:00
Val Packett
fc53af9f4e
Add systemd-lsp and dts-lsp ( #13907 )
2025-07-07 15:55:19 -05:00
Remo Senekowitsch
479c3b5584
Add highlighting for git notes editmsg ( #13885 )
2025-07-05 10:23:53 -04:00
Kristoffer Plagborg Bak Sørensen
9789b27461
languages: add Java .properties file support ( #13874 )
2025-07-04 09:17:22 -05:00
Kristoffer Plagborg Bak Sørensen
6c6607ef62
queries: add textobjects for qml ( #13855 )
2025-07-03 22:19:22 -04:00
Kristoffer Plagborg Bak Sørensen
91dff9393d
languages: add Caddyfile support ( #13859 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-30 09:45:22 -05:00
Margret Riegert
c96642125f
Update Crystal tree sitter and add support for ameba-ls ( #13805 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-21 12:02:16 -05:00
Lens0021 / Leslie
52192ae29e
Add Amber language server ( #13763 )
2025-06-13 10:05:21 -05:00
idealseal
3b7aaddb13
feat: add neocmakelsp language server ( #13740 )
2025-06-11 09:00:46 -05:00
Nguyễn Đức Toàn
ab97585b69
feat: add tombi language server ( #13723 )
2025-06-10 10:35:11 -05:00
Samuel Ibarra
705d467932
Update languages.toml for Mojo ( #13648 )
2025-06-10 09:43:00 -05:00
Grey
e773d6cc92
feat: add luau grammars and lsp ( #13702 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-08 15:21:08 -04:00
Matt Conway
d375f1e7f4
syntax: add grammar and highlighting for the alloy config lang ( #13660 )
2025-06-06 10:02:30 -05:00
Jeff Bencin
17fb12bcf3
feat: Add Clarity language support ( #13647 )
2025-05-31 09:11:16 -05:00
Tino
3366db0afb
Add Ty language server ( #13643 )
2025-05-29 08:34:23 -05:00
Nik Revenco
1023e8f964
feat: highlight rust string interpolation macros that use `format_args!` ( #13533 )
...
Co-authored-by: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com>
2025-05-24 10:02:32 -05:00
Michael Davis
f46222ced3
Revert "feat: Highlight Rust String interpolation macros"
...
This reverts commit 9bb80a74e1
.
2025-05-13 19:52:48 -04:00
Nikita Revenco
9bb80a74e1
feat: Highlight Rust String interpolation macros
...
Fixes #5845
2025-05-13 19:31:42 -04:00
Michael Davis
be1cf090c3
queries: Inject markdown into Rust doc comments
...
Co-authored-by: Nik Revenco <154856872+nik-rev@users.noreply.github.com>
2025-05-13 19:01:10 -04:00
Rotem Horesh
cbac427383
feat: add a tree-sitter grammar and highlights for dunst's config ( #13458 )
2025-05-05 09:08:33 -05:00
CalebLarsen
46cb177792
feat: add basic Slang support ( #13449 )
...
Co-authored-by: uncenter <uncenter@uncenter.dev>
2025-05-05 09:03:40 -05:00
Spenser Black
4784650ccf
Add support for Pug language ( #13435 )
2025-05-05 08:57:00 -05:00
James Turk
37b5d8ba99
feat: add basic Quarto support ( #13339 )
2025-04-16 08:03:21 -05:00
icefoxen
bce166290a
Basic language support for Fennel. Might even work. ( #13260 )
...
Co-authored-by: uncenter <uncenter@uncenter.dev>
Co-authored-by: Simon Heath <simon.heath@nearearth.aero>
2025-04-15 18:05:44 -05:00
Weihnachtsbaum
e9a3dcd858
Add WESL language ( #13267 )
...
Co-authored-by: uncenter <uncenter@uncenter.dev>
2025-04-06 12:23:34 -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
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
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
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