mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
separated markup and util crates, no more errors
This commit is contained in:
parent
ea62f15ac6
commit
f9e2e3469b
26 changed files with 1609 additions and 14 deletions
5
code_markup/src/lib.rs
Normal file
5
code_markup/src/lib.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
pub mod markup;
|
||||
pub mod markup_error;
|
||||
pub mod slow_pool;
|
||||
pub mod syntax_highlight;
|
||||
pub mod colors;
|
Loading…
Add table
Add a link
Reference in a new issue