summaryrefslogtreecommitdiff
path: root/queries/rust
AgeCommit message (Expand)Author
2022-10-15highlights(rust): distinguish between "for" in loops and impl_itemStephan Seitz
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-06feat(spell): upstream spell queries from spellsitterLewis Russell
2022-08-03Split func/method definition from calls in several programming language querieslfenzo
2022-07-08fix(rust): remove if_let from indent captureskiyan
2022-03-11highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz
2022-01-21fix(indent): rust - support newline after closing braceMunif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2022-01-16highlights(rust): add "yield" keywordStephan Seitz
2021-12-14injections(rust): inject regex into `Regex::new`Stephan Seitz
2021-12-06rust(highlights): fix highlighting of char_literalStephan Seitz
2021-11-25highlights(rust): organize keywords and literalsSergio Alejandro Vargas
2021-11-25highlights(rust): update operatorsSergio Alejandro Vargas
2021-11-23Prefer lua-match over matchLewis Russell
2021-10-30Rust: highlight uppercase identifiers in match arms as constant (#1940)Santos Gallegos
2021-10-01Rust: highlight loop labelsSantos Gallegos
2021-10-01Rust: fix some highlightsSantos Gallegos
2021-09-26highlights(rust): Add colon `:` to delimitersSergio Alejandro Vargas
2021-09-26highlights(rust): fix bang `!` in macro_invocationSergio Alejandro Vargas
2021-09-26highlights(rust): Fix angle brackets, and closuresSergio Alejandro Vargas
2021-07-18folds(rust): Fold trait definitions (#1582)agarof
2021-07-08highlights(rust): Reorder macro queriesSergio Alejandro Vargas
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-06-21rust: inject html to html! macrotami5
2021-06-11Rust: fix macros highlightsSantos Gallegos
2021-05-24highlights(rust): highlight fields with shorthand_field_initializerStephan Seitz
2021-05-22Rust: highlight constantsSantos Gallegos
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
2021-04-06highlights(rust): Add operator "?"Stephan Seitz
2021-03-26highlights(rust): Highlight dereferenced closure parametersStephan Seitz
2021-03-22rust: tread `,` as a punctuation delimiterYuki Ito
2021-03-15Rust: add mod_item to foldsSantos Gallegos
2021-03-15Rust: Add variable and closure parameter highlightsRohit Pradhan
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
2021-03-01fixed rust match indentsBrian Shu
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-02-08fix: rust use_list + tuple_expression indentelianiva
2021-01-20Use function keyword highlight group for Rust's fnCédric Barreteau
2021-01-14feat: added more indent querieselianiva
2021-01-07started branchBrian Shu
2021-01-04Rust: highlight bracketsSantos Gallegos
2020-10-10fix(highlights): Add TSNamespace highlightStephan Seitz
2020-10-04Remove textobjects moduleStephan Seitz
2020-09-19Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz
2020-09-06change @meta to @type for derive directives because @meta is not definedkiyan42
2020-08-20Change self back to variable.builtinAvi Dessauer
2020-08-20Deduplicate queries/rust/highlights.scmAvi Dessauer
2020-08-20Highlight operators + improve consistency with Vim syntaxAvi Dessauer