summaryrefslogtreecommitdiff
path: root/queries/rust
AgeCommit message (Expand)Author
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