| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(rust): indentation in tuple type patterns | ganhaque | 2024-04-04 | 1 | -0/+4 | |
| | | ||||||
| * | bot(lockfile): update angular, gitcommit, nix, roc, rst, templ, tlaplus, v, wing | nvim-treesitter-bot[bot] | 2024-04-04 | 1 | -9/+9 | |
| | | ||||||
| * | highlights(cuda): add support for `__managed__` | Stephan Seitz | 2024-04-03 | 1 | -0/+1 | |
| | | | | | See https://github.com/tree-sitter-grammars/tree-sitter-cuda/pull/68 | |||||
| * | bot(lockfile): update cuda, dtd, fish, glsl, hlsl, markdown, ↵ | nvim-treesitter-bot[bot] | 2024-04-03 | 1 | -14/+14 | |
| | | | | | markdown_inline, slang, solidity, templ, tlaplus, wing, xml, yaml | |||||
| * | bot(lockfile): update commonlisp, dart, glsl, godot_resource, roc, slang, v, ↵ | nvim-treesitter-bot[bot] | 2024-04-02 | 1 | -9/+9 | |
| | | | | | wgsl_bevy, wing | |||||
| * | feat(elixir): add stab_clause to folds | Mitchell Hanberg | 2024-04-01 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update cuda, hlsl, latex, roc | nvim-treesitter-bot[bot] | 2024-04-01 | 1 | -4/+4 | |
| | | ||||||
| * | docs(readme): update roadmap link | Christian Clason | 2024-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | fix(latex)!: adjust to dropped parser.c | Christian Clason | 2024-04-01 | 2 | -1/+2 | |
| | | ||||||
| * | feat(djot): update queries (#6375) | Jonas Hietala | 2024-04-01 | 4 | -53/+207 | |
| | | | | | | | - Adjust some highlights to fit context better - Conceal inline content - Add locals - Add folds | |||||
| * | fix(nix): highlight ellipsis as builtin parameter | Riley Bruins | 2024-04-01 | 1 | -1/+1 | |
| | | | | | | | This maintains consistency with a lot of other languages that also have ellipses as parameter types, which we typically highlight as `@variable.parameter.builtin` | |||||
| * | feat(nix): misc. operator/punctuation highlights | Riley Bruins | 2024-04-01 | 1 | -0/+7 | |
| | | ||||||
| * | bot(lockfile): update gdscript, rst, swift, v | nvim-treesitter-bot[bot] | 2024-04-01 | 1 | -4/+4 | |
| | | ||||||
| * | feat(roc): add new parser tree-sitter-roc | nat-418 | 2024-04-01 | 6 | -0/+246 | |
| | | ||||||
| * | bot(lockfile): update djot, snakemake, v | nvim-treesitter-bot[bot] | 2024-03-31 | 2 | -4/+4 | |
| | | ||||||
| * | fix(uninstall): use correct path separator on windows (#6369) | Seb Tomasini | 2024-03-31 | 1 | -0/+2 | |
| | | ||||||
| * | feat(snakemake): add indentation queries | Oliver Thomas | 2024-03-30 | 1 | -0/+16 | |
| | | ||||||
| * | bot(lockfile): update beancount, liquid, ocaml, ocaml_interface, v, vento, wing | nvim-treesitter-bot[bot] | 2024-03-30 | 4 | -11/+20 | |
| | | ||||||
| * | fix(python): add staticmethod to builtin decorators | vsajko | 2024-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | feat(liquid): add new parser tree-sitter-liquid (#6359) | Hank Jackson | 2024-03-29 | 5 | -0/+164 | |
| | | | | (templating language) | |||||
| * | bot(lockfile): update mlir, v, wing | nvim-treesitter-bot[bot] | 2024-03-29 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update elixir, groovy, tmux, wing, yaml | nvim-treesitter-bot[bot] | 2024-03-28 | 1 | -5/+5 | |
| | | ||||||
| * | fix(c): don't highlight preproc_arg | Jaehwang Jung | 2024-03-27 | 1 | -3/+0 | |
| | | | | | | | `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. | |||||
| * | fix(php): capture `break` as keyword.repeat | Caleb White | 2024-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | chore(php): move keywords to top of queries | Caleb White | 2024-03-27 | 1 | -167/+167 | |
| | | ||||||
| * | chore(php): trim down tests | Caleb White | 2024-03-27 | 4 | -153/+3 | |
| | | ||||||
| * | fix(php): fix use_{as,instead_of}_clause highlights | Caleb White | 2024-03-27 | 2 | -6/+31 | |
| | | ||||||
| * | fix(php): add missing keyword highlights, fix static keyword | Caleb White | 2024-03-27 | 1 | -2/+15 | |
| | | ||||||
| * | feat(php): add highlight tests | Caleb White | 2024-03-27 | 5 | -0/+251 | |
| | | ||||||
| * | bot(lockfile): update djot, hlsplaylist, html, meson, muttrc, query, svelte, ↵ | nvim-treesitter-bot[bot] | 2024-03-27 | 1 | -13/+13 | |
| | | | | | tlaplus, tmux, v, vue, wing, zathurarc | |||||
| * | feat(julia): broadcast pipe | Christian Degnbol Madsen | 2024-03-26 | 1 | -1/+1 | |
| | | | | | | 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. | |||||
| * | fix(rust): indentation in tuple struct patterns | Amaan Qureshi | 2024-03-26 | 1 | -0/+4 | |
| | | ||||||
| * | feat(markdown): yaml, toml metadata highlights (#6360) | Riley Bruins | 2024-03-26 | 1 | -0/+6 | |
| | | ||||||
| * | bot(lockfile): update djot, dtd, hyprlang, perl, tlaplus, v, wing, xml | nvim-treesitter-bot[bot] | 2024-03-26 | 1 | -8/+8 | |
| | | ||||||
| * | fix(swift): highlights | Wojciech Kulik | 2024-03-25 | 1 | -1/+18 | |
| | | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix(smali): move to github mirror | Christian Clason | 2024-03-25 | 2 | -2/+2 | |
| | | ||||||
| * | style: format query | datwaft | 2024-03-25 | 1 | -11/+8 | |
| | | ||||||
| * | feat(lua): add injections for `vim.filetype.add` | datwaft | 2024-03-25 | 1 | -0/+18 | |
| | | ||||||
| * | fix(install): remove extra space during cd (#6355) | Joshua Haas | 2024-03-25 | 1 | -1/+1 | |
| | | | | breaks xonsh | |||||
| * | bot(lockfile): update arduino, djot, haskell, mlir, norg, v, wing | nvim-treesitter-bot[bot] | 2024-03-25 | 1 | -7/+7 | |
| | | ||||||
| * | feat(bash): align substitutions with expansions | michaelPotter | 2024-03-24 | 1 | -2/+7 | |
| | | | | | | | | | | 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 | |||||
| * | bot(lockfile): update d, djot, hurl, java, markdown, markdown_inline, ocaml, ↵ | nvim-treesitter-bot[bot] | 2024-03-24 | 1 | -12/+12 | |
| | | | | | ocaml_interface, swift, t32, v, vimdoc | |||||
| * | fix(liquidsoap): move scanner to C | Christian Clason | 2024-03-23 | 2 | -2/+2 | |
| | | ||||||
| * | bot(lockfile): update djot, gitcommit, gnuplot, just, latex, php, php_only, v | nvim-treesitter-bot[bot] | 2024-03-23 | 1 | -8/+8 | |
| | | ||||||
| * | bot(lockfile): update djot, lalrpop, markdown, markdown_inline, wing | nvim-treesitter-bot[bot] | 2024-03-22 | 1 | -4/+7 | |
| | | ||||||
| * | feat(tlaplus): move to C scanner | Christian Clason | 2024-03-22 | 2 | -2/+2 | |
| | | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-03-22 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add djot support (#6326) | Noah Bogart | 2024-03-22 | 3 | -0/+301 | |
| | | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | bot(lockfile): update hoon, just, v, wing | nvim-treesitter-bot[bot] | 2024-03-22 | 1 | -4/+4 | |
| | | ||||||
