Skip to main content

Highlighter

Type Alias Highlighter 

Source
pub type Highlighter = fn(language: &str, code: &str) -> Option<Vec<(Range<usize>, HighlightKind)>>;
Expand description

Spans over code, in bytes. None for a language the caller cannot color.