bkmr-lsp 0.8.0

Language Server Protocol implementation for bkmr snippet manager
Documentation
1
2
3
4
5
6
7
pub mod completion;
pub mod language;
pub mod snippet;

pub use completion::*;
pub use language::*;
pub use snippet::*;