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

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;