//! Everything having to do with turning parsed text into styled text.
//!
//! You might want to check out [`Theme`] for its handy text-editor related settings like selection
//! color, [`ThemeSet`] for loading themes, as well as things starting with `Highlight` for how to
//! highlight text.
//!
//! [`Theme`]: struct.Theme.html
//! [`ThemeSet`]: struct.ThemeSet.html
pub
pub use *;
pub use SettingsError;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;