//! Provides syntax highlighting for the editor by transforming a string to markup nodes. pub mod highlight_parser; pub mod tokenizer;