//! Document state for the LSP.
//!//! Uses [`leekscript_rs::DocumentAnalysis`] as the single source of truth; no separate state struct.
pubuseleekscript_rs::DocumentAnalysis;/// Per-document state: alias for the analysis result from leekscript-rs.
pubtypeDocumentState= DocumentAnalysis;