roc/crates/code_markup/src/lib.rs
2022-11-03 20:00:06 +11:00

7 lines
230 B
Rust

//! 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;