Riley Bruins
0bfa0be5e4
fix(nix): highlight ellipsis as builtin parameter
...
This maintains consistency with a lot of other languages that also have
ellipses as parameter types, which we typically highlight as
`@variable.parameter.builtin`
2024-04-01 11:39:38 +02:00
Riley Bruins
3c996dc9fa
feat(nix): misc. operator/punctuation highlights
2024-04-01 11:39:38 +02:00
nvim-treesitter-bot[bot]
ee2785ba6a
bot(lockfile): update gdscript, rst, swift, v
2024-04-01 11:20:03 +02:00
nat-418
905fedfa28
feat(roc): add new parser tree-sitter-roc
2024-04-01 11:19:45 +02:00
nvim-treesitter-bot[bot]
1d1d92e94a
bot(lockfile): update djot, snakemake, v
2024-03-31 14:32:41 +00:00
Seb Tomasini
ff79725428
fix(uninstall): use correct path separator on windows ( #6369 )
2024-03-31 11:37:53 +02:00
Oliver Thomas
6e0b031ebb
feat(snakemake): add indentation queries
2024-03-30 12:46:43 +01:00
nvim-treesitter-bot[bot]
5127a84407
bot(lockfile): update beancount, liquid, ocaml, ocaml_interface, v, vento, wing
2024-03-30 11:16:35 +00:00
vsajko
c65413f2ac
fix(python): add staticmethod to builtin decorators
2024-03-30 01:30:13 +02:00
Hank Jackson
f84887230a
feat(liquid): add new parser tree-sitter-liquid ( #6359 )
...
(templating language)
2024-03-29 09:47:26 +01:00
nvim-treesitter-bot[bot]
29f176c257
bot(lockfile): update mlir, v, wing
2024-03-29 09:45:25 +01:00
nvim-treesitter-bot[bot]
23ba63028c
bot(lockfile): update elixir, groovy, tmux, wing, yaml
2024-03-28 08:27:27 +01:00
Jaehwang Jung
07a404570f
fix(c): don't highlight preproc_arg
...
`preproc_arg` is used for the body of `#define` macro definition, which
is not appropriate to highlight with `@function.macro`. In addition,
this region has an injection to C, so it will get highlights anyway.
2024-03-27 14:48:11 +01:00
Caleb White
aa8d8bc600
fix(php): capture break as keyword.repeat
2024-03-27 08:29:44 +01:00
Caleb White
ac1742436c
chore(php): move keywords to top of queries
2024-03-27 08:29:44 +01:00
Caleb White
4ebf4ca4fa
chore(php): trim down tests
2024-03-27 08:29:44 +01:00
Caleb White
7d938c1c72
fix(php): fix use_{as,instead_of}_clause highlights
2024-03-27 08:29:44 +01:00
Caleb White
1c9a94bd60
fix(php): add missing keyword highlights, fix static keyword
2024-03-27 08:29:44 +01:00
Caleb White
3400788705
feat(php): add highlight tests
2024-03-27 08:29:44 +01:00
nvim-treesitter-bot[bot]
68ba579eb6
bot(lockfile): update djot, hlsplaylist, html, meson, muttrc, query, svelte, tlaplus, tmux, v, vue, wing, zathurarc
2024-03-27 08:26:44 +01:00
Christian Degnbol Madsen
839dec615a
feat(julia): broadcast pipe
...
Add support for capturing function call after a broadcasted pipe.
Currently works for unbroadcasted pipe.
There might be a better more complicated way to do this, since this will capture the broadcasting dot as part of the `@_pipe` capture.
2024-03-26 22:57:50 -04:00
Amaan Qureshi
3d473a4d5d
fix(rust): indentation in tuple struct patterns
2024-03-26 22:34:53 -04:00
Riley Bruins
7f31793159
feat(markdown): yaml, toml metadata highlights ( #6360 )
2024-03-26 17:19:51 +02:00
nvim-treesitter-bot[bot]
1c3fb9eac2
bot(lockfile): update djot, dtd, hyprlang, perl, tlaplus, v, wing, xml
2024-03-26 08:26:08 +01:00
Wojciech Kulik
aa31b8d4cc
fix(swift): highlights
2024-03-25 18:49:52 +01:00
nvim-treesitter-bot[bot]
20042941df
bot(readme): update
2024-03-25 13:43:42 +00:00
Christian Clason
cf737c341d
fix(smali): move to github mirror
2024-03-25 14:36:17 +01:00
datwaft
965f2e7239
style: format query
2024-03-25 10:57:51 +02:00
datwaft
7051a72755
feat(lua): add injections for vim.filetype.add
2024-03-25 10:57:51 +02:00
Joshua Haas
33c9db832b
fix(install): remove extra space during cd ( #6355 )
...
breaks xonsh
2024-03-25 08:40:35 +01:00
nvim-treesitter-bot[bot]
8d9736cf3e
bot(lockfile): update arduino, djot, haskell, mlir, norg, v, wing
2024-03-25 08:38:49 +01:00
michaelPotter
aa6323e834
feat(bash): align substitutions with expansions
...
The bash manual[1] considers command and process substitutions to be
forms of expansions, so they should be highlighted the same as other
expansions. This is traditionally how they have been highlighted in the
past too.
[1] https://www.gnu.org/software/bash/manual/html_node/Shell-Expansions.html
2024-03-24 20:53:58 -04:00
nvim-treesitter-bot[bot]
5e4f959d59
bot(lockfile): update d, djot, hurl, java, markdown, markdown_inline, ocaml, ocaml_interface, swift, t32, v, vimdoc
2024-03-24 17:12:18 +09:00
Christian Clason
8532b1d941
fix(liquidsoap): move scanner to C
2024-03-23 23:01:40 +01:00
nvim-treesitter-bot[bot]
b009aba903
bot(lockfile): update djot, gitcommit, gnuplot, just, latex, php, php_only, v
2024-03-23 08:56:48 +00:00
nvim-treesitter-bot[bot]
a951dcb7ec
bot(lockfile): update djot, lalrpop, markdown, markdown_inline, wing
2024-03-22 17:31:12 +00:00
Christian Clason
e2ba4d2af1
feat(tlaplus): move to C scanner
2024-03-22 18:21:36 +01:00
nvim-treesitter-bot[bot]
6e7b41106e
bot(readme): update
2024-03-22 08:11:27 +00:00
Noah Bogart
2205694d43
feat: add djot support ( #6326 )
...
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2024-03-22 09:02:35 +01:00
nvim-treesitter-bot[bot]
829f36b0b7
bot(lockfile): update hoon, just, v, wing
2024-03-22 08:35:53 +01:00
Phạm Huy Hoàng
722617e672
refactor(format): drop extra indentation for field
2024-03-21 15:51:26 +01:00
Amaan Qureshi
c28396de30
feat(rust): improve indents
2024-03-21 06:48:53 -04:00
nvim-treesitter-bot[bot]
3a92c540dd
bot(readme): update
2024-03-21 09:40:54 +00:00
Tomas Sandven
cf685ce85f
Add "just" parser
2024-03-21 10:32:09 +01:00
nvim-treesitter-bot[bot]
f60b33c1e5
bot(lockfile): update asm, c, d, html, svelte, v, wing
2024-03-21 06:47:08 +00:00
Amaan Qureshi
4d76587eec
fix(rust): dedent on macro definition end
2024-03-20 19:22:23 -04:00
Levi
3686029591
fix(graphql): end indent after block
2024-03-21 00:00:44 +09:00
Omar Valdez
93a9632b63
feat(sql): highlight fields in column definition
2024-03-20 12:06:16 +01:00
TLW
19b726f9ce
feat(install): add blob filter to git clone command ( #6325 )
2024-03-20 08:53:05 +01:00
nvim-treesitter-bot[bot]
5c1830262b
bot(lockfile): update asm, cmake, glimmer, php, php_only, typst, vimdoc, wing
2024-03-20 08:47:21 +01:00