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