aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/lib.rs
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-02-14 22:56:28 +0000
committerJeremy Kolb <[email protected]>2020-02-25 01:59:58 +0000
commit9f0cfb7ad2120514ca8ffd21e08e3ddd0bfb34e9 (patch)
treeb8ca50525e88fbdfee8b34d826cc0526ff0c3787 /crates/ra_ide/src/lib.rs
parent558d263a0c602ef12914cbb10c263a9e2bb96bf2 (diff)
Teach the server about Semantic Tokens proposed LSP
Diffstat (limited to 'crates/ra_ide/src/lib.rs')
-rw-r--r--crates/ra_ide/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/lib.rs b/crates/ra_ide/src/lib.rs
index f86f98be7..82e10bc7e 100644
--- a/crates/ra_ide/src/lib.rs
+++ b/crates/ra_ide/src/lib.rs
@@ -75,7 +75,7 @@ pub use crate::{
75 runnables::{Runnable, RunnableKind, TestId}, 75 runnables::{Runnable, RunnableKind, TestId},
76 source_change::{FileSystemEdit, SourceChange, SourceFileEdit}, 76 source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
77 ssr::SsrError, 77 ssr::SsrError,
78 syntax_highlighting::HighlightedRange, 78 syntax_highlighting::{tags, HighlightedRange},
79}; 79};
80 80
81pub use hir::Documentation; 81pub use hir::Documentation;