Begining of lsif

This commit is contained in:
hamidreza kalbasi 2021-09-08 16:05:28 +04:30
parent d401f2a062
commit 557210a688
9 changed files with 550 additions and 2 deletions

View file

@ -46,6 +46,7 @@ mod references;
mod rename;
mod runnables;
mod ssr;
mod static_index;
mod status;
mod syntax_highlighting;
mod syntax_tree;
@ -86,6 +87,7 @@ pub use crate::{
references::ReferenceSearchResult,
rename::RenameError,
runnables::{Runnable, RunnableKind, TestId},
static_index::{StaticIndex, StaticIndexedFile},
syntax_highlighting::{
tags::{Highlight, HlMod, HlMods, HlOperator, HlPunct, HlTag},
HlRange,