mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
feat(lsp): Implement textDocument/semanticTokens/full (#10233)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
This commit is contained in:
parent
b6203cb465
commit
6d404ec54b
11 changed files with 648 additions and 3 deletions
|
@ -13,6 +13,7 @@ pub(crate) mod language_server;
|
|||
mod path_to_regex;
|
||||
mod performance;
|
||||
mod registries;
|
||||
mod semantic_tokens;
|
||||
mod sources;
|
||||
mod text;
|
||||
mod tsc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue