| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 5 | -875/+0 |
| * | feat(c-family): inherit injections | ObserverOfTime | 2025-05-12 | 1 | -0/+15 |
| * | fix(rust): inject regex into RegexBuilder instead of ByteRegexBuilder | may | 2025-03-08 | 1 | -2/+2 |
| * | fix(rust): inject html and json in macro invocations (#7715) | ginnyTheCat | 2025-03-08 | 1 | -10/+4 |
| * | bot(lockfile): update php, php_only, rust, v | nvim-treesitter-bot[bot] | 2025-02-28 | 1 | -3/+0 |
| * | Fix panic!, assert*!, and dbg! macro queries. | Kieran Siek | 2025-02-04 | 1 | -6/+6 |
| * | feat(rust): highlight "gen" and "raw" keywords (#7419) | flippette | 2024-11-29 | 1 | -0/+2 |
| * | fix(rust): highlight parameters with ref in definition | Riley Bruins | 2024-11-03 | 1 | -0/+8 |
| * | fix(rust): regex injections, highlights | Riley Bruins | 2024-10-27 | 2 | -4/+52 |
| * | fix(rust): separate import folds from others (#7279) | Riley Bruins | 2024-10-24 | 1 | -1/+1 |
| * | feat(highlights): capture wildcard patterns as `@character.special` (#7153) | Omar Valdez | 2024-09-20 | 1 | -4/+13 |
| * | fix(rust): comment marker should not be `@operator` (#7135) | Amaan Qureshi | 2024-09-10 | 1 | -11/+14 |
| * | feat(rust): add highlight for shorthand_field_identifier | Tobias Schmitz | 2024-08-22 | 1 | -0/+2 |
| * | feat(highlights): capture wildcard imports as `@character.special` | Omar Valdez | 2024-08-01 | 1 | -0/+3 |
| * | feat(rust): fold block expressions (#6754) | Riley Bruins | 2024-06-10 | 1 | -0/+1 |
| * | feat(rust): underscore match arms, parameters | Riley Bruins | 2024-05-08 | 1 | -2/+8 |
| * | feat: import statement folds for common languages | Riley Bruins | 2024-05-01 | 1 | -1/+1 |
| * | feat: more `@keyword.type` captures | Riley Bruins | 2024-05-01 | 1 | -5/+8 |
| * | fix(rust): update queries from upstream | Amaan Qureshi | 2024-04-07 | 1 | -1/+1 |
| * | fix(rust): indentation in multi-line tuple pattern (#6402) | ganhaque | 2024-04-04 | 1 | -0/+4 |
| * | fix(rust): indentation in multi-line for expression | ganhaque | 2024-04-04 | 1 | -1/+0 |
| * | fix(rust): indentation in tuple type patterns | ganhaque | 2024-04-04 | 1 | -0/+4 |
| * | fix(rust): indentation in tuple struct patterns | Amaan Qureshi | 2024-03-26 | 1 | -0/+4 |
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 4 | -113/+82 |
| * | feat(rust): improve indents | Amaan Qureshi | 2024-03-21 | 1 | -2/+10 |
| * | fix(rust): dedent on macro definition end | Amaan Qureshi | 2024-03-20 | 1 | -1/+12 |
| * | feat(rust): move pub to `@keyword.modifier` | Riley Bruins | 2024-03-16 | 1 | -4/+1 |
| * | feat(rust,lalrpop): `@attribute` for lifetimes | Jaehwang Jung | 2024-03-16 | 1 | -4/+8 |
| * | feat(highlights)!: `@keyword.storage` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 1 | -2/+2 |
| * | feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 1 | -1/+1 |
| * | feat(highlights)!: enforce documented captures (#6232) | Christian Clason | 2024-03-03 | 1 | -1/+1 |
| * | feat(rust): add more regex injection queries | Amaan Qureshi | 2024-02-25 | 1 | -2/+30 |
| * | feat(rust): add doc comments | Christian Clason | 2024-02-17 | 1 | -13/+4 |
| * | feat(slint)!: change to the official parser (#6027) | Tobias Hunger | 2024-02-09 | 1 | -0/+20 |
| * | chore(rust): update highlights | Amaan Qureshi | 2024-01-24 | 1 | -0/+5 |
| * | fix(rust): Follow upstream injections | Phạm Huy Hoàng | 2024-01-24 | 1 | -1/+2 |
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 1 | -2/+1 |
| * | fix(rust): add `const_item` to folds | Amaan Qureshi | 2024-01-20 | 1 | -0/+1 |
| * | fix(rust): Add back 1 indent for macro rules (#5834) | Pham Huy Hoang | 2024-01-20 | 1 | -0/+10 |
| * | chore(rust): tweak injections, add json macro injection | Amaan Qureshi | 2024-01-19 | 1 | -1/+1 |
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 5 | -157/+268 |
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 1 | -34/+34 |
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -26/+26 |
| * | fix(rust): highlight inline attributes properly | Riley Bruins | 2023-12-18 | 1 | -0/+1 |
| * | chore(rust): update queries from upstream | Amaan Qureshi | 2023-11-17 | 1 | -1/+1 |
| * | fix(rust): add foreign_mod_item to folds | Amaan Qureshi | 2023-10-30 | 1 | -20/+22 |
| * | feat: add Doxygen | Amaan Qureshi | 2023-08-26 | 1 | -1/+1 |
| * | feat: add re2c | Amaan Qureshi | 2023-08-24 | 1 | -0/+4 |
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -14/+19 |
| * | lint(locals): use `#set!` to keep query linter happy | Christian Clason | 2023-06-22 | 1 | -2/+2 |