summaryrefslogtreecommitdiff
path: root/support/texlab/crates/diagnostics/src/grammar.rs
blob: 1a9e3cecda36e2704e9f26c88620534c6e802f68 (plain)
1
2
3
4
mod bib;
mod tex;

pub use self::{bib::BibSyntaxErrors, tex::TexSyntaxErrors};