webspec-index 0.9.0

Query WHATWG/W3C/TC39 web specifications from the command line
Documentation
1
2
3
4
5
6
7
8
9
//! LSP server for spec-aware editor integration.
//!
//! Provides hover on spec URLs, step comment validation with diagnostics,
//! inlay hints, code lens coverage, and debounced document analysis.

mod hover;
mod server;

pub use server::serve_stdio;