print_syntect

Function print_syntect 

Source
pub fn print_syntect(
    output: &mut Vec<String>,
    s: String,
    ext: &str,
) -> Result<()>