Use standalone inlay background highlights
This commit is contained in:
parent
9f5314e938
commit
890a587254
9 changed files with 38 additions and 36 deletions
|
@ -69,7 +69,6 @@ pub enum GoToDefinitionLink {
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct InlayRange {
|
||||
pub inlay: InlayId,
|
||||
// TODO kb look up inlays by id instead?
|
||||
pub inlay_position: Anchor,
|
||||
pub highlight_start: usize,
|
||||
pub highlight_end: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue