mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 13:10:07 +00:00
feat: move world implementation (#1183)
* feat: move world implementation * dev: remove vector ir * fix: errors * fix: clippy * fix: don't build world in web * fix: unused patches * fix: fmt * fix: docs example * fix: doc examples
This commit is contained in:
parent
a9437b2772
commit
6180e343e0
122 changed files with 7829 additions and 439 deletions
|
|
@ -11,8 +11,8 @@ use hashbrown::HashMap;
|
|||
use lsp_types::SemanticToken;
|
||||
use lsp_types::{SemanticTokenModifier, SemanticTokenType};
|
||||
use parking_lot::Mutex;
|
||||
use reflexo::ImmutPath;
|
||||
use strum::EnumIter;
|
||||
use tinymist_std::ImmutPath;
|
||||
use typst::syntax::{ast, LinkedNode, Source, SyntaxKind};
|
||||
|
||||
use crate::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue