bynk-lsp 0.245.0

bynkc-lsp — the Language Server for the Bynk DSL.
Documentation
1
2
3
4
//! Re-exports `bynk-ide`'s completion logic (#808) — moved there so it's
//! reachable from `bynk-wasm` too, which can't depend on this crate's
//! `tower-lsp`/`tokio` stack. See `bynk_ide::completion` for the real module.
pub use bynk_ide::completion::*;