mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Implement DocumentHighlight
This commit is contained in:
parent
f9b58454a4
commit
79941a9e70
3 changed files with 26 additions and 4 deletions
|
@ -300,6 +300,7 @@ fn on_request(
|
|||
.on::<req::Rename>(handlers::handle_rename)?
|
||||
.on::<req::References>(handlers::handle_references)?
|
||||
.on::<req::Formatting>(handlers::handle_formatting)?
|
||||
.on::<req::DocumentHighlightRequest>(handlers::handle_document_highlight)?
|
||||
.finish();
|
||||
match req {
|
||||
Ok(id) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue