mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
7 lines
230 B
Rust
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;
|