//! Utilities for parsing the contents of different file types into a format
//! representation that can be parsed by the LanguageTool API.
#![cfg(feature ="html")]pubmodhtml;#[cfg(feature ="markdown")]pubmodmarkdown;#[cfg(feature ="typst")]pubmodtypst;/// Pattern that is ignored by the LanguageTool API.
constIGNORE:&str="_";