summaryrefslogtreecommitdiff
path: root/queries/rust/locals.scm
AgeCommit message (Collapse)Author
2022-11-05fix(rust): update queries to breaking changesChristian Clason
* `if_let_expression` was removed in https://github.com/tree-sitter/tree-sitter-rust/pull/152 * `attributes` were reworked in https://github.com/tree-sitter/tree-sitter-rust/pull/163 (no more `meta-item`)
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-13Add rust locals.scmStephan Seitz