pub type Highlighter = fn(language: &str, code: &str) -> Option<Vec<(Range<usize>, HighlightKind)>>;
Spans over code, in bytes. None for a language the caller cannot color.
code
None