dev: refactor semantic_tokens crate (#809)

* dev: move semantic_tokens crate

* dev: remove bad comment
This commit is contained in:
Myriad-Dreamin 2024-11-14 02:39:26 +08:00 committed by GitHub
parent fc3099a27c
commit 3469e215eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 299 additions and 315 deletions

View file

@ -60,8 +60,6 @@ mod rename;
pub use rename::*;
mod selection_range;
pub use selection_range::*;
mod semantic_tokens;
pub use semantic_tokens::*;
mod semantic_tokens_full;
pub use semantic_tokens_full::*;
mod semantic_tokens_delta;
@ -79,8 +77,6 @@ pub use references::*;
mod lsp_typst_boundary;
pub use lsp_typst_boundary::*;
mod lsp_features;
pub use lsp_features::*;
mod prelude;