archival 0.19.0

The simplest CMS in existence
Documentation
1
2
3
4
5
6
7
8
//! A language server for archival's liquid templates, spoken over stdio by
//! `archival lsp`.

mod diagnostics;
mod documents;
mod server;

pub(crate) use server::run_stdio;