Skip to main content

render_code_block

Function render_code_block 

Source
pub fn render_code_block(
    lang: &str,
    code_lines: &[String],
    theme: &Theme,
    width: u16,
    output: &mut Vec<Line<'static>>,
)