aboutsummaryrefslogtreecommitdiffstats
path: root/queries/rust
Commit message (Expand)AuthorAgeFilesLines
* feat(rust): underscore match arms, parametersRiley Bruins2024-05-081-2/+8
* feat: import statement folds for common languagesRiley Bruins2024-05-011-1/+1
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-5/+8
* fix(rust): update queries from upstreamAmaan Qureshi2024-04-071-1/+1
* fix(rust): indentation in multi-line tuple pattern (#6402)ganhaque2024-04-041-0/+4
* fix(rust): indentation in multi-line for expressionganhaque2024-04-041-1/+0
* fix(rust): indentation in tuple type patternsganhaque2024-04-041-0/+4
* fix(rust): indentation in tuple struct patternsAmaan Qureshi2024-03-261-0/+4
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-214-113/+82
* feat(rust): improve indentsAmaan Qureshi2024-03-211-2/+10
* fix(rust): dedent on macro definition endAmaan Qureshi2024-03-201-1/+12
* 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 more regex injection queriesAmaan Qureshi2024-02-251-2/+30
* feat(rust): add doc commentsChristian Clason2024-02-171-13/+4
* feat(slint)!: change to the official parser (#6027)Tobias Hunger2024-02-091-0/+20
* chore(rust): update highlightsAmaan Qureshi2024-01-241-0/+5
* fix(rust): Follow upstream injectionsPhạm Huy Hoàng2024-01-241-1/+2
* chore: format queriesPhạm Huy Hoàng2024-01-211-2/+1
* fix(rust): add `const_item` to foldsAmaan Qureshi2024-01-201-0/+1
* fix(rust): Add back 1 indent for macro rules (#5834)Pham Huy Hoang2024-01-201-0/+10
* chore(rust): tweak injections, add json macro injectionAmaan Qureshi2024-01-191-1/+1
* chore: query formattingPham Huy Hoang2024-01-195-157/+268
* feat!: align standard captures with upstreamChristian Clason2024-01-191-34/+34
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-26/+26
* fix(rust): highlight inline attributes properlyRiley Bruins2023-12-181-0/+1
* chore(rust): update queries from upstreamAmaan Qureshi2023-11-171-1/+1
* fix(rust): add foreign_mod_item to foldsAmaan Qureshi2023-10-301-20/+22
* feat: add DoxygenAmaan Qureshi2023-08-261-1/+1
* feat: add re2cAmaan Qureshi2023-08-241-0/+4
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-14/+19
* lint(locals): use `#set!` to keep query linter happyChristian Clason2023-06-221-2/+2
* 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
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-15/+16
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-0/+12
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-2/+5
* folds(rust): add array_expressionChinmay Dalal2023-01-051-0/+1
* 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