fn highlight_code_with_syntect(
code: &str,
language: &str,
) -> Vec<HighlightedToken>Expand description
Core syntax highlighting using syntect
fn highlight_code_with_syntect(
code: &str,
language: &str,
) -> Vec<HighlightedToken>Core syntax highlighting using syntect