summaryrefslogtreecommitdiff
path: root/queries/rust
AgeCommit message (Expand)Author
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
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-08-07highlights(rust): fix some type highlights.Thomas Vigouroux
2020-08-07highlights(rust): add async/await keywordsThomas Vigouroux
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz
2020-07-17go loop and func literal, rust textobject supportwinwisely268
2020-07-13Add rust locals.scmStephan Seitz
2020-07-08Add Rust queries (#57)Thomas Vigouroux