mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
3 lines
135 B
Rust
3 lines
135 B
Rust
//! Provides syntax highlighting for the editor by transforming a string to markup nodes.
|
|
pub mod highlight_parser;
|
|
pub mod tokenizer;
|