5 lines
182 B
Rust
5 lines
182 B
Rust
|
|
//! LSP protocol bridge for nuwiki.
|
||
|
|
//!
|
||
|
|
//! Translates between LSP requests/notifications and `nuwiki-core` AST
|
||
|
|
//! operations. Must never depend on `nuwiki-ls` (see SPEC.md §6.2).
|