achitek-ls 0.2.0

achitekfile language server
Documentation
1
2
3
4
5
6
7
8
//! Notification handler facade.
//!
//! Dispatch imports this module as a single notification-handler namespace,
//! while individual notification handlers stay split by LSP method.

pub use super::did_change::handle as handle_did_change;
pub use super::did_close::handle as handle_did_close;
pub use super::did_open::handle as handle_did_open;