Teach the server about Semantic Tokens proposed LSP

This commit is contained in:
kjeremy
2020-02-14 17:56:28 -05:00
committed by Jeremy Kolb
parent 558d263a0c
commit 9f0cfb7ad2
9 changed files with 234 additions and 35 deletions

View File

@@ -36,6 +36,7 @@ pub mod req;
mod config;
mod world;
mod diagnostics;
mod semantic_tokens;
use serde::de::DeserializeOwned;