Add Markup type

This commit is contained in:
Aleksey Kladov
2020-07-08 22:37:35 +02:00
parent 7db795e747
commit e8bb153b19
5 changed files with 79 additions and 59 deletions

View File

@@ -17,6 +17,7 @@ macro_rules! eprintln {
pub mod mock_analysis;
mod markup;
mod prime_caches;
mod status;
mod completion;
@@ -68,6 +69,7 @@ pub use crate::{
folding_ranges::{Fold, FoldKind},
hover::{HoverAction, HoverConfig, HoverGotoTypeData, HoverResult},
inlay_hints::{InlayHint, InlayHintsConfig, InlayKind},
markup::Markup,
references::{Declaration, Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult},
runnables::{Runnable, RunnableKind, TestId},
syntax_highlighting::{