mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 21:19:37 +00:00
dev: refactor semantic_tokens crate (#809)
* dev: move semantic_tokens crate * dev: remove bad comment
This commit is contained in:
parent
fc3099a27c
commit
3469e215eb
14 changed files with 299 additions and 315 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue