mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
More type safety for highlighting
This commit is contained in:
parent
640ede4ade
commit
f38bac48e5
6 changed files with 111 additions and 93 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue