Increase Highlights highlight range to covering element
This commit is contained in:
parent
81a9ad3672
commit
34d5d77cfa
@ -72,7 +72,7 @@ pub(crate) fn highlight(
|
||||
}
|
||||
};
|
||||
|
||||
let mut hl = highlights::Highlights::new(range_to_highlight);
|
||||
let mut hl = highlights::Highlights::new(root.text_range());
|
||||
traverse(&mut hl, &sema, &root, range_to_highlight, syntactic_name_ref_highlighting);
|
||||
hl.to_vec()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user