aboutsummaryrefslogtreecommitdiffstats
path: root/queries/rust/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-531/+0
* Fix panic!, assert*!, and dbg! macro queries.Kieran Siek2025-02-041-6/+6
* feat(rust): highlight "gen" and "raw" keywords (#7419)flippette2024-11-291-0/+2
* fix(rust): highlight parameters with ref in definitionRiley Bruins2024-11-031-0/+8
* fix(rust): regex injections, highlightsRiley Bruins2024-10-271-0/+44
* feat(highlights): capture wildcard patterns as `@character.special` (#7153)Omar Valdez2024-09-201-4/+13
* fix(rust): comment marker should not be `@operator` (#7135)Amaan Qureshi2024-09-101-11/+14
* feat(rust): add highlight for shorthand_field_identifierTobias Schmitz2024-08-221-0/+2
* feat(highlights): capture wildcard imports as `@character.special`Omar Valdez2024-08-011-0/+3
* feat(rust): underscore match arms, parametersRiley Bruins2024-05-081-2/+8
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-5/+8
* fix(rust): update queries from upstreamAmaan Qureshi2024-04-071-1/+1
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-29/+20
* feat(rust): move pub to `@keyword.modifier`Riley Bruins2024-03-161-4/+1
* feat(rust,lalrpop): `@attribute` for lifetimesJaehwang Jung2024-03-161-4/+8
* feat(highlights)!: `@keyword.storage` → `@keyword.modifier`Jaehwang Jung2024-03-161-2/+2
* feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`Jaehwang Jung2024-03-161-1/+1
* feat(highlights)!: enforce documented captures (#6232)Christian Clason2024-03-031-1/+1
* feat(rust): add doc commentsChristian Clason2024-02-171-13/+4
* chore(rust): update highlightsAmaan Qureshi2024-01-241-0/+5
* chore: query formattingPham Huy Hoang2024-01-191-82/+160
* feat!: align standard captures with upstreamChristian Clason2024-01-191-34/+34
* fix(rust): highlight inline attributes properlyRiley Bruins2023-12-181-0/+1
* chore(rust): update queries from upstreamAmaan Qureshi2023-11-171-1/+1
* style(rust): better formattingAmaan Qureshi2023-05-091-26/+88
* feat(rust): distinguish enum members betterAmaan Qureshi2023-05-091-0/+12
* feat(rust): capture debug macros as `@debug`Iron-E2023-05-041-0/+2
* feat(rust): move some keywords & operators to where they belongAmaan Qureshi2023-04-191-12/+10
* fix(rust): highlight SNAKE_CASE scoped identifier name as @constantJaehwang Jung2023-04-091-0/+3
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-0/+12
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-2/+5
* highlights(rust): use `@namespace` for `[(crate) (self) (super)]`Stephan Seitz2023-01-011-4/+4
* rust: use @type.qualifier and @storageclassTrard2022-11-061-5/+12
* highlights(rust): pub(self/super/crate), use super::thing, etcCormac Relf2022-11-061-1/+2
* highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, for_lifet...Cormac Relf2022-11-061-0/+2
* highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs)Cormac Relf2022-11-061-2/+1
* highlights(rust): highlight Type in Type::Associated as @type instead of @nam...Cormac Relf2022-11-061-0/+3
* highlights(rust): panic!() and assert!() as @exceptionCormac Relf2022-11-061-0/+5
* fix(rust): update queries to breaking changesChristian Clason2022-11-051-6/+6
* highlights(rust): distinguish between "for" in loops and impl_itemStephan Seitz2022-10-151-2/+4
* feat(spell): support more languagesLewis Russell2022-09-261-6/+1
* feat(spell): upstream spell queries from spellsitterLewis Russell2022-09-061-0/+5
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-6/+6
* highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz2022-03-111-0/+1
* highlights(rust): add "yield" keywordStephan Seitz2022-01-161-1/+4
* rust(highlights): fix highlighting of char_literalStephan Seitz2021-12-061-1/+1
* highlights(rust): organize keywords and literalsSergio Alejandro Vargas2021-11-251-59/+70
* highlights(rust): update operatorsSergio Alejandro Vargas2021-11-251-68/+48
* Prefer lua-match over matchLewis Russell2021-11-231-10/+10
* Rust: highlight uppercase identifiers in match arms as constant (#1940)Santos Gallegos2021-10-301-0/+15