Skip to main content

render_syntax_preview

Function render_syntax_preview 

Source
pub fn render_syntax_preview(
    lines: &[String],
    context_start: usize,
    context_end: usize,
    file_path: &PathBuf,
    score: f32,
    match_line: usize,
) -> Vec<Line<'static>>