mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 05:22:52 +00:00
feat: convert mode-aware snippets to static data (#982)
This commit is contained in:
parent
3473fb88a5
commit
4f5c9c7735
6 changed files with 656 additions and 416 deletions
|
|
@ -16,7 +16,8 @@ pub mod ty;
|
|||
mod upstream;
|
||||
|
||||
pub use analysis::{LocalContext, LocalContextGuard, LspWorldExt};
|
||||
pub use upstream::{with_vm, CompletionFeat, PostfixSnippet};
|
||||
pub use snippet::PostfixSnippet;
|
||||
pub use upstream::{with_vm, CompletionFeat};
|
||||
|
||||
mod entry;
|
||||
pub use entry::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue