pub type SyntaxLine = SmallVec<[(Color, TextNode); 4]>;
code-editor
pub struct SyntaxLine { /* private fields */ }