Skip to main content

highlight

Function highlight 

Source
pub fn highlight(input: &str) -> Vec<Span<'static>>
Expand description

Lexes input and returns a vec of syntax-highlighted [Span]s.

On lex error returns a single red span containing the raw input.