summaryrefslogtreecommitdiffstats
path: root/queries/rust
Commit message (Expand)AuthorAgeFilesLines
* 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
* highlights(rust): panic!() and assert!() as @exceptionCormac Relf2022-11-061-0/+5
* fix(rust): update queries to breaking changesChristian Clason2022-11-053-9/+7
* 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
* fix(rust): remove if_let from indent captureskiyan2022-07-081-1/+0
* highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz2022-03-111-0/+1
* fix(indent): rust - support newline after closing braceMunif Tanjim2022-01-211-0/+14
* feat: rewrite indent moduleMunif Tanjim2022-01-211-4/+16
* highlights(rust): add "yield" keywordStephan Seitz2022-01-161-1/+4
* injections(rust): inject regex into `Regex::new`Stephan Seitz2021-12-141-0/+13
* 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
* Rust: highlight loop labelsSantos Gallegos2021-10-011-0/+1
* Rust: fix some highlightsSantos Gallegos2021-10-011-3/+6
* highlights(rust): Add colon `:` to delimitersSergio Alejandro Vargas2021-09-261-1/+1
* highlights(rust): fix bang `!` in macro_invocationSergio Alejandro Vargas2021-09-261-0/+1
* highlights(rust): Fix angle brackets, and closuresSergio Alejandro Vargas2021-09-261-27/+28
* folds(rust): Fold trait definitions (#1582)agarof2021-07-181-0/+1
* highlights(rust): Reorder macro queriesSergio Alejandro Vargas2021-07-081-6/+10
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
* rust: inject html to html! macrotami52021-06-211-0/+9
* Rust: fix macros highlightsSantos Gallegos2021-06-111-7/+10