reuse hover results with resultset

This commit is contained in:
hamidreza kalbasi 2021-09-18 22:14:47 +04:30
parent 70061d2b7e
commit f2775ac2e9
3 changed files with 173 additions and 94 deletions

View file

@ -87,7 +87,7 @@ pub use crate::{
references::ReferenceSearchResult,
rename::RenameError,
runnables::{Runnable, RunnableKind, TestId},
static_index::{StaticIndex, StaticIndexedFile, TokenStaticData},
static_index::{StaticIndex, StaticIndexedFile, TokenStaticData, TokenId},
syntax_highlighting::{
tags::{Highlight, HlMod, HlMods, HlOperator, HlPunct, HlTag},
HlRange,