aboutsummaryrefslogtreecommitdiffstats
path: root/queries/rust/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-98/+0
|
* bot(lockfile): update php, php_only, rust, vnvim-treesitter-bot[bot]2025-02-281-3/+0
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-9/+6
|
* chore: query formattingPham Huy Hoang2024-01-191-40/+41
|
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-26/+26
|
* lint(locals): use `#set!` to keep query linter happyChristian Clason2023-06-221-2/+2
|
* fix(rust): update queries to breaking changesChristian Clason2022-11-051-2/+1
| | | | | | | * `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`)
* Attach kind of reference to query result instead of using subfieldsStephan Seitz2020-07-201-2/+4
| | | | | 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.
* Add rust locals.scmStephan Seitz2020-07-131-0/+102