feat: convert mode-aware snippets to static data (#982)

This commit is contained in:
Myriad-Dreamin 2024-12-11 13:58:08 +08:00 committed by GitHub
parent 3473fb88a5
commit 4f5c9c7735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 656 additions and 416 deletions

View file

@ -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::*;