mdt_lsp 0.9.0

LSP server for mdt — editor diagnostics, completions, and code actions for markdown templates
Documentation
1
2
3
4
5
#[tokio::main]
#[allow(clippy::disallowed_methods)]
async fn main() {
	mdt_lsp::run_server().await;
}