Commit graph

5742 commits

Author SHA1 Message Date
nvim-treesitter-bot[bot]
556ac68cd3 bot(lockfile): update mlir, rbs, snakemake 2025-01-05 06:49:48 +00:00
joker1007
57713d079c fix(rbs): fix highlight queries of rbs that is missing some definitions 2025-01-04 16:13:26 +01:00
nvim-treesitter-bot[bot]
fae21737be bot(lockfile): update julia, koto, v 2025-01-04 06:50:10 +00:00
Robert Horvath
6935286b4e fix(leo): intentation fix of parenthesis 2025-01-03 19:17:21 +01:00
nvim-treesitter-bot[bot]
cfbc1c0e0f bot(lockfile): update godot_resource, properties 2025-01-03 06:52:25 +00:00
Caleb White
6cb4098d51 fix(php): properly highlight grouped imported functions and constants 2025-01-02 19:13:44 +01:00
nvim-treesitter-bot[bot]
fc687f38d4 bot(lockfile): update gdscript, qmljs 2025-01-02 06:52:25 +00:00
nvim-treesitter-bot[bot]
e947d35bbf bot(lockfile): update gdscript, swift 2025-01-01 06:54:11 +00:00
vanaigr
5f78e98924 fix(bash): offset injection content 2024-12-31 10:49:30 +01:00
nvim-treesitter-bot[bot]
0a0e2e354b bot(lockfile): update fsharp 2024-12-31 06:54:36 +00:00
Shaun Attfield (shaun@xomen)
4b22291348 fix(xml): properly indent closing tags
Confusing as it is,
https://github.com/heurist/nvim-treesitter/blob/master/CONTRIBUTING.md?plain=1#L394
says:

```query
@indent.dedent      ; dedent children when matching this node
@indent.branch      ; dedent itself when matching this node
```

@indent.branch is therefore the approriate choice for de-indenting.
2024-12-30 17:55:55 +01:00
Robert Horvath
1087b183a7 fix(leo): indent } now properly dedents 2024-12-30 17:55:35 +01:00
Robert Horvath
f0f48e0290 feat(leo): highlights casting and record expressions added 2024-12-30 17:55:35 +01:00
Serhii Khoma
f87c8956ae
feat(ipkg): add parser and queries (#7277)
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2024-12-30 08:48:20 -08:00
Derek Stride
a295ba13d2
feat(ruby): add injection for debugger command strings (#7480) 2024-12-30 11:14:03 +01:00
nvim-treesitter-bot[bot]
34d78baa86 bot(lockfile): update editorconfig, nu, sql, templ, vento, vhdl, xresources 2024-12-30 06:54:56 +00:00
ObserverOfTime
7e0fcf0d45
fix(ssh_config): highlight "always" (#7507) 2024-12-29 10:58:56 +01:00
nvim-treesitter-bot[bot]
22c86af7c8 bot(lockfile): update c, leo, nu, ssh_config 2024-12-29 06:54:09 +00:00
nvim-treesitter-bot[bot]
5d18ef22dc bot(lockfile): update tsx, typescript 2024-12-28 06:53:44 +00:00
nvim-treesitter-bot[bot]
eb3e850acf bot(lockfile): update gap, gaptst, scala 2024-12-27 10:47:27 +00:00
nvim-treesitter-bot[bot]
17678b00fa bot(lockfile): update astro 2024-12-26 06:52:26 +00:00
nvim-treesitter-bot[bot]
ac6a72a6f8 bot(lockfile): update heex, verilog 2024-12-25 06:52:42 +00:00
Yorick Peterse
096babebf6 feat(inko): highlight the "type" keyword
This keyword will be released in 0.18.0 and deprecate the "class"
keyword, which in turn will be removed in 0.19.0.
2024-12-24 17:37:57 +01:00
nvim-treesitter-bot[bot]
50947387c2 bot(lockfile): update bp, gnuplot, just, xresources 2024-12-24 06:52:18 +00:00
Christian Clason
b4897f5a84 ci(update): unblock gnuplot 2024-12-23 16:10:41 +01:00
nvim-treesitter-bot[bot]
8119950998 bot(lockfile): update kconfig, luau, odin, python, regex, v 2024-12-23 06:53:16 +00:00
nvim-treesitter-bot[bot]
caba7ef355 bot(lockfile): update bicep, java, puppet, python, verilog, zig 2024-12-22 10:19:10 +00:00
Amaan Qureshi
4d5a8e7006 feat(kconfig): adapt queries to parser changes 2024-12-22 11:06:48 +01:00
nvim-treesitter-bot[bot]
2a75d8065c bot(lockfile): update koto, nu, powershell 2024-12-21 06:52:01 +00:00
nvim-treesitter-bot[bot]
2405274937 bot(lockfile): update java 2024-12-20 06:54:55 +00:00
nvim-treesitter-bot[bot]
fa915a30c5 bot(lockfile): update kotlin, poe_filter, rust, slint 2024-12-19 06:54:36 +00:00
nvim-treesitter-bot[bot]
102bc74e09 bot(lockfile): update hoon, nu 2024-12-18 06:54:48 +00:00
zc he
981ca7e353
fix(nu): perf issue of highlight.scm (#7475) 2024-12-17 16:50:36 -08:00
phanium
c47d8d27d0
fix(lua): remove duplicate nvim_command (#7477) 2024-12-17 11:32:17 +01:00
nvim-treesitter-bot[bot]
d20db847aa bot(lockfile): update apex, fortran, nu, scala, sflog, soql, sosl, templ 2024-12-17 06:56:54 +00:00
nvim-treesitter-bot[bot]
1d0a8b91d0 bot(lockfile): update c, editorconfig, objc, powershell, scala, snakemake, t32, templ, vhdl, xresources 2024-12-16 09:51:56 +00:00
Mae Brooks
ad5ea0bbed
fix(gren): adapt queries to parser changes (#7472)
`case of` -> `when is`
2024-12-16 10:37:35 +01:00
Vincent Rischmann
54a29bf99d
feat(zig): improve indents (#7471) 2024-12-15 22:29:54 +01:00
Riley Bruins
5cf3434c69 feat(go): string regex highlights 2024-12-15 12:02:42 +01:00
Riley Bruins
89ecadd2b1 fix(go): properly apply injections in strings 2024-12-15 12:02:42 +01:00
nvim-treesitter-bot[bot]
7fee2c55e0 bot(lockfile): update apex, sflog, soql, sosl 2024-12-15 06:53:45 +00:00
nvim-treesitter-bot[bot]
cfbbdd5eff bot(lockfile): update solidity, v 2024-12-14 06:53:54 +00:00
nvim-treesitter-bot[bot]
33d2717387 bot(lockfile): update http, nu, scala 2024-12-13 07:02:33 +00:00
nvim-treesitter-bot[bot]
2a496fa4e8 bot(lockfile): update elm, liquidsoap, scala, slint, sql, templ 2024-12-12 07:40:55 +00:00
Heber
c97f14eed1
feat(soql): update parser and queries (#7461) 2024-12-12 08:31:38 +01:00
nvim-treesitter-bot[bot]
5874cac1b7 bot(lockfile): update hoon, markdown, markdown_inline, nu, roc, typespec 2024-12-11 08:58:12 +00:00
nvim-treesitter-bot[bot]
337b503688 bot(lockfile): update elixir, powershell 2024-12-10 07:15:45 +00:00
phanium
c5c9f234b3
feat(sxhkd): add bash injection for (command) (#7456) 2024-12-10 08:08:02 +01:00
nvim-treesitter-bot[bot]
0c26a5c4bc bot(lockfile): update astro, swift, xresources 2024-12-09 06:56:13 +00:00
nvim-treesitter-bot[bot]
3b8dee4293 bot(lockfile): update godot_resource, templ 2024-12-08 06:53:46 +00:00