vize_maestro 0.0.1-alpha.26

Maestro - Language Server Protocol implementation for Vize Vue templates
Documentation
1
2
3
4
5
6
7
//! Document management for the LSP server.
//!
//! This module handles document storage, versioning, and incremental changes.

mod store;

pub use store::*;