html-languageservice 0.12.0

The basics of an HTML language server.
Documentation
1
2
3
4
5
pub mod markdown;
pub mod markup;
pub mod strings;
#[cfg(feature = "links")]
pub mod uri;