//! A [markup language](https://en.wikipedia.org/wiki/Markup_language) to display Roc code in the editor. pub mod colors; pub mod markup; pub mod markup_error; pub mod slow_pool; pub mod syntax_highlight; pub mod underline_style;