badness 0.15.0

A language server, formatter, and linter for LaTeX
1
2
3
4
//! Compatibility re-export of the syntax layer, which lives in the
//! `badness-parser` crate.

pub use badness_parser::syntax::*;