mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Basic DocumentHighlightKind support for assignments
This commit is contained in:
parent
19eb7fa1db
commit
d993f329a0
5 changed files with 107 additions and 17 deletions
|
@ -75,7 +75,7 @@ pub use crate::{
|
|||
inlay_hints::{InlayHint, InlayKind},
|
||||
line_index::{LineCol, LineIndex},
|
||||
line_index_utils::translate_offset_with_edit,
|
||||
references::{Reference, ReferenceKind, ReferenceSearchResult, SearchScope},
|
||||
references::{Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult, SearchScope},
|
||||
runnables::{Runnable, RunnableKind},
|
||||
source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
|
||||
syntax_highlighting::HighlightedRange,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue