highlight_code_with_syntect

Function highlight_code_with_syntect 

Source
fn highlight_code_with_syntect(
    code: &str,
    language: &str,
) -> Vec<HighlightedToken>
Expand description

Core syntax highlighting using syntect