#![cfg_attr(__unstable_doc, feature(doc_auto_cfg, doc_notable_trait))]
mod color_escape;
pub mod output;
mod resource;
pub mod syntax;
pub mod theme;
pub use color_escape::to_ansi_256color;
pub use crate::{output::Highlighter, resource::HighlightResource};