| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(nix): highlight ellipsis as builtin parameter | Riley Bruins | 2024-04-01 | 1 | -1/+1 |
| * | feat(nix): misc. operator/punctuation highlights | Riley Bruins | 2024-04-01 | 1 | -0/+7 |
| * | feat(roc): add new parser tree-sitter-roc | nat-418 | 2024-04-01 | 3 | -0/+234 |
| * | bot(lockfile): update djot, snakemake, v | nvim-treesitter-bot[bot] | 2024-03-31 | 1 | -1/+1 |
| * | 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 | 3 | -4/+13 |
| * | 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 | 2 | -0/+152 |
| * | fix(c): don't highlight preproc_arg | Jaehwang Jung | 2024-03-27 | 1 | -3/+0 |
| * | 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 |
| * | fix(php): fix use_{as,instead_of}_clause highlights | Caleb White | 2024-03-27 | 1 | -3/+17 |
| * | 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 | 1 | -0/+1 |
| * | feat(julia): broadcast pipe | Christian Degnbol Madsen | 2024-03-26 | 1 | -1/+1 |
| * | 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 |
| * | fix(swift): highlights | Wojciech Kulik | 2024-03-25 | 1 | -1/+18 |
| * | 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 |
| * | feat(bash): align substitutions with expansions | michaelPotter | 2024-03-24 | 1 | -2/+7 |
| * | feat: add djot support (#6326) | Noah Bogart | 2024-03-22 | 2 | -0/+293 |
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 139 | -2732/+2122 |
| * | feat(rust): improve indents | Amaan Qureshi | 2024-03-21 | 1 | -2/+10 |
| * | Add "just" parser | Tomas Sandven | 2024-03-21 | 5 | -0/+229 |
| * | 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 |
| * | Update Clojure highlights to be metadata aware (#6213) | Noah | 2024-03-19 | 1 | -26/+33 |
| * | feat: add vento support (#6261) | Matthew Taylor | 2024-03-18 | 2 | -0/+22 |
| * | fix(latex): Fold \iffalse..\fi comments | gi1242 | 2024-03-17 | 1 | -0/+1 |
| * | feat(http): switch to new parser version | NTBBloodbath | 2024-03-18 | 2 | -9/+32 |
| * | feat(php): improve indents in return statements & chained methods | Caleb White | 2024-03-16 | 1 | -0/+22 |
| * | 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 |
| * | 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 | 2 | -5/+16 |
| * | feat(highlights)!: remove non-keyword `@type.qualifier` | Jaehwang Jung | 2024-03-16 | 3 | -19/+2 |
| * | feat(highlights)!: `@keyword.storage` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 34 | -41/+41 |
| * | feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 68 | -90/+90 |
| * | feat(dot): add indents queries | Luckas | 2024-03-15 | 1 | -0/+9 |
| * | fix(vimdoc): adapt to breaking Neovim change | Christian Clason | 2024-03-14 | 2 | -3/+14 |
| * | * feat(ecma): styled injection for `css` and `keyframes` | Mark Skelton | 2024-03-13 | 1 | -2/+15 |
| * | feat(vimdoc): highlight modeline | ObserverOfTime | 2024-03-13 | 1 | -0/+2 |
| * | feat(swift): add init/deinit indents | 再生花 | 2024-03-13 | 1 | -0/+18 |
| * | fix(php): highlight property access using nullsafe operator, move `@property`... | Tobias S | 2024-03-11 | 1 | -2/+10 |
| * | fix(c): improve doxygen comment matching (#6278) | Chad Condon | 2024-03-11 | 2 | -2/+2 |
| * | fix(nickel): update highlights to grammar change | Christian Clason | 2024-03-08 | 1 | -2/+2 |
| * | fix(luadoc): `@nospell` identifiers and keywords | Kai Moschcau | 2024-03-07 | 1 | -28/+28 |