More type safety for highlighting

This commit is contained in:
Aleksey Kladov 2020-02-26 17:08:15 +01:00
parent 640ede4ade
commit f38bac48e5
6 changed files with 111 additions and 93 deletions

View file

@ -74,7 +74,7 @@ pub use crate::{
runnables::{Runnable, RunnableKind, TestId},
source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
ssr::SsrError,
syntax_highlighting::{tags, HighlightedRange},
syntax_highlighting::{HighlightTag, HighlightedRange},
};
pub use hir::Documentation;