pub fn highlight_language(
    language: &str,
    src: &str
) -> Option<Result<Vec<Token>, Error>>
Expand description

Highlights a language extended from the highlighter-languages crate.