pub fn highlight( source: &str, language: &str, ) -> Option<Vec<(Range<usize>, HighlightKind)>>
Highlight source as language (a fence tag — rs, py, tsx, …). None when the tag names no language.
source
language
rs
py
tsx
None