pub type SyntaxBlocks = Vec<Vec<(SyntaxType, String)>>;
pub struct SyntaxBlocks { /* private fields */ }