| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | bot(lockfile): update d, djot, hurl, java, markdown, markdown_inline, ocaml, ... | nvim-treesitter-bot[bot] | 2024-03-24 | 1 | -12/+12 |
| * | 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 |
| * | bot(lockfile): update hoon, just, v, wing | nvim-treesitter-bot[bot] | 2024-03-22 | 1 | -4/+4 |
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 140 | -2742/+2122 |
| * | feat(rust): improve indents | Amaan Qureshi | 2024-03-21 | 1 | -2/+10 |
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-03-21 | 1 | -0/+1 |
| * | Add "just" parser | Tomas Sandven | 2024-03-21 | 7 | -0/+240 |
| * | bot(lockfile): update asm, c, d, html, svelte, v, wing | nvim-treesitter-bot[bot] | 2024-03-21 | 1 | -7/+7 |
| * | fix(rust): dedent on macro definition end | Amaan Qureshi | 2024-03-20 | 1 | -1/+12 |
| * | fix(graphql): end indent after block | Levi | 2024-03-21 | 1 | -0/+2 |
| * | feat(sql): highlight fields in column definition | Omar Valdez | 2024-03-20 | 1 | -0/+3 |
| * | feat(install): add blob filter to git clone command (#6325) | TLW | 2024-03-20 | 1 | -0/+1 |
| * | bot(lockfile): update asm, cmake, glimmer, php, php_only, typst, vimdoc, wing | nvim-treesitter-bot[bot] | 2024-03-20 | 1 | -8/+8 |
| * | Update Clojure highlights to be metadata aware (#6213) | Noah | 2024-03-19 | 2 | -30/+99 |
| * | bot(lockfile): update asm, erlang, gleam, html, http, v, wing | nvim-treesitter-bot[bot] | 2024-03-19 | 1 | -7/+7 |
| * | feat: add vento support (#6261) | Matthew Taylor | 2024-03-18 | 5 | -0/+35 |
| * | bot(lockfile): update arduino, cmake, dtd, http, mlir, ocaml, ocaml_interface... | nvim-treesitter-bot[bot] | 2024-03-18 | 1 | -12/+12 |
| * | fix(latex): Fold \iffalse..\fi comments | gi1242 | 2024-03-17 | 1 | -0/+1 |
| * | feat(http): switch to new parser version | NTBBloodbath | 2024-03-18 | 5 | -13/+35 |
| * | bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ocaml_i... | nvim-treesitter-bot[bot] | 2024-03-17 | 2 | -11/+11 |
| * | feat(php): improve indents in return statements & chained methods | Caleb White | 2024-03-16 | 3 | -0/+126 |
| * | feat(hyprlang): add bash injections | Luckas | 2024-03-16 | 1 | -0/+3 |
| * | feat(rust): move pub to `@keyword.modifier` | Riley Bruins | 2024-03-16 | 1 | -4/+1 |
| * | fix(htmldjango): update highlights | ObserverOfTime | 2024-03-16 | 1 | -4/+7 |
| * | bot(lockfile): update devicetree, dtd, htmldjango, perl, racket, scheme, v, w... | nvim-treesitter-bot[bot] | 2024-03-16 | 1 | -9/+9 |
| * | feat(verilog): `@keyword.modifier` for lifetime | Jaehwang Jung | 2024-03-16 | 1 | -1/+1 |
| * | feat(rust,lalrpop): `@attribute` for lifetimes | Jaehwang Jung | 2024-03-16 | 3 | -6/+17 |
| * | feat(highlights)!: remove non-keyword `@type.qualifier` | Jaehwang Jung | 2024-03-16 | 4 | -20/+2 |
| * | feat(highlights)!: `@keyword.storage` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 36 | -44/+43 |
| * | feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 76 | -108/+109 |
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-03-15 | 1 | -1/+1 |
| * | feat(yaml)!: switch upstream parser | Amaan Qureshi | 2024-03-15 | 2 | -4/+4 |
| * | bot(lockfile): update gitcommit, mlir, rnoweb, swift, vimdoc, wing | nvim-treesitter-bot[bot] | 2024-03-15 | 1 | -6/+6 |
| * | feat(dot): add indents queries | Luckas | 2024-03-15 | 3 | -0/+42 |
| * | fix(vimdoc): adapt to breaking Neovim change | Christian Clason | 2024-03-14 | 2 | -3/+14 |
| * | bot(lockfile): update angular, awk, heex, html, kotlin, markdown, markdown_in... | nvim-treesitter-bot[bot] | 2024-03-14 | 1 | -10/+10 |
| * | * feat(ecma): styled injection for `css` and `keyframes` | Mark Skelton | 2024-03-13 | 1 | -2/+15 |
| * | bot(lockfile): update kotlin, scala | nvim-treesitter-bot[bot] | 2024-03-13 | 1 | -2/+2 |
| * | bot(lockfile): update angular, bash, c, cmake, cue, java, javascript, kotlin,... | nvim-treesitter-bot[bot] | 2024-03-13 | 1 | -23/+23 |