pub fn highlight<L: Language>(
    language: L,
    src: &str
) -> Result<Vec<Token>, Error>
Expand description

Highlights the provided code block.