summaryrefslogtreecommitdiff
path: root/queries/rust
AgeCommit message (Collapse)Author
2020-10-10fix(highlights): Add TSNamespace highlightStephan Seitz
Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516
2020-10-04Remove textobjects moduleStephan Seitz
2020-09-19Add @keyword.operator for operators that are English words and add ↵Stephan Seitz
@exception for Java/JS
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
Co-authored-by: TravonteD <tman1300@aol.com>
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
This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node.
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
* queries(rust): add highlight query. Also slightly changes the way constructors are highlighted. * highglight(rust): use new query syntax