1ad58a42aa
feat: Highlight closure captures when cursor is on pipe or move keyword This runs into the same issue on vscode as exit points for `->`, where highlights are only triggered on identifiers, https://github.com/rust-lang/rust-analyzer/issues/9395 Though putting the cursor on `move` should at least work.