| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -531/+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 | 1 | -0/+44 |
| * | 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): underscore match arms, parameters | Riley Bruins | 2024-05-08 | 1 | -2/+8 |
| * | 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 |
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -29/+20 |
| * | 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 doc comments | Christian Clason | 2024-02-17 | 1 | -13/+4 |
| * | chore(rust): update highlights | Amaan Qureshi | 2024-01-24 | 1 | -0/+5 |
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -82/+160 |
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 1 | -34/+34 |
| * | 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 |
| * | style(rust): better formatting | Amaan Qureshi | 2023-05-09 | 1 | -26/+88 |
| * | feat(rust): distinguish enum members better | Amaan Qureshi | 2023-05-09 | 1 | -0/+12 |
| * | feat(rust): capture debug macros as `@debug` | Iron-E | 2023-05-04 | 1 | -0/+2 |
| * | feat(rust): move some keywords & operators to where they belong | Amaan Qureshi | 2023-04-19 | 1 | -12/+10 |
| * | fix(rust): highlight SNAKE_CASE scoped identifier name as @constant | Jaehwang Jung | 2023-04-09 | 1 | -0/+3 |
| * | feat: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -0/+12 |
| * | feat!: add `@keyword.coroutine` capture | Amaan Qureshi | 2023-03-03 | 1 | -2/+5 |
| * | highlights(rust): use `@namespace` for `[(crate) (self) (super)]` | Stephan Seitz | 2023-01-01 | 1 | -4/+4 |
| * | rust: use @type.qualifier and @storageclass | Trard | 2022-11-06 | 1 | -5/+12 |
| * | highlights(rust): pub(self/super/crate), use super::thing, etc | Cormac Relf | 2022-11-06 | 1 | -1/+2 |
| * | highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, for_lifet... | Cormac Relf | 2022-11-06 | 1 | -0/+2 |
| * | highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs) | Cormac Relf | 2022-11-06 | 1 | -2/+1 |
| * | highlights(rust): highlight Type in Type::Associated as @type instead of @nam... | Cormac Relf | 2022-11-06 | 1 | -0/+3 |
| * | highlights(rust): panic!() and assert!() as @exception | Cormac Relf | 2022-11-06 | 1 | -0/+5 |
| * | fix(rust): update queries to breaking changes | Christian Clason | 2022-11-05 | 1 | -6/+6 |
| * | highlights(rust): distinguish between "for" in loops and impl_item | Stephan Seitz | 2022-10-15 | 1 | -2/+4 |
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -6/+1 |
| * | feat(spell): upstream spell queries from spellsitter | Lewis Russell | 2022-09-06 | 1 | -0/+5 |
| * | Split func/method definition from calls in several programming language queries | lfenzo | 2022-08-03 | 1 | -6/+6 |
| * | highlights(rust): highlight as in <Struct as Trait>::Type | Stephan Seitz | 2022-03-11 | 1 | -0/+1 |
| * | highlights(rust): add "yield" keyword | Stephan Seitz | 2022-01-16 | 1 | -1/+4 |
| * | rust(highlights): fix highlighting of char_literal | Stephan Seitz | 2021-12-06 | 1 | -1/+1 |
| * | highlights(rust): organize keywords and literals | Sergio Alejandro Vargas | 2021-11-25 | 1 | -59/+70 |
| * | highlights(rust): update operators | Sergio Alejandro Vargas | 2021-11-25 | 1 | -68/+48 |
| * | Prefer lua-match over match | Lewis Russell | 2021-11-23 | 1 | -10/+10 |
| * | Rust: highlight uppercase identifiers in match arms as constant (#1940) | Santos Gallegos | 2021-10-30 | 1 | -0/+15 |