mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Teach the server about Semantic Tokens proposed LSP
This commit is contained in:
parent
558d263a0c
commit
9f0cfb7ad2
9 changed files with 234 additions and 35 deletions
|
@ -75,7 +75,7 @@ pub use crate::{
|
|||
runnables::{Runnable, RunnableKind, TestId},
|
||||
source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
|
||||
ssr::SsrError,
|
||||
syntax_highlighting::HighlightedRange,
|
||||
syntax_highlighting::{tags, HighlightedRange},
|
||||
};
|
||||
|
||||
pub use hir::Documentation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue