mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 05:06:41 +00:00
refactor: prepare for linting on syntaxes (#1640)
* refactor: for query * refactor: for diag * feat: lazy hash expr info * feat: hash resolves * fix: update snapshot
This commit is contained in:
parent
01afa463f4
commit
054d3aecc0
18 changed files with 261 additions and 241 deletions
|
|
@ -12,6 +12,7 @@ pub use completion::{CompletionRequest, PostfixSnippet};
|
|||
pub use typlite::ColorTheme;
|
||||
pub use upstream::with_vm;
|
||||
|
||||
pub use check::*;
|
||||
pub use code_action::*;
|
||||
pub use code_context::*;
|
||||
pub use code_lens::*;
|
||||
|
|
@ -55,6 +56,7 @@ mod adt;
|
|||
mod lsp_typst_boundary;
|
||||
mod prelude;
|
||||
|
||||
mod check;
|
||||
mod code_action;
|
||||
mod code_context;
|
||||
mod code_lens;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue