mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Begining of lsif
This commit is contained in:
parent
d401f2a062
commit
557210a688
9 changed files with 550 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue