pub fn create_highlighter(lang: Language) -> Option<Box<dyn SyntaxHighlighter>>Expand description
Create the appropriate highlighter for a language (returns None for
languages without a highlighter implementation).
pub fn create_highlighter(lang: Language) -> Option<Box<dyn SyntaxHighlighter>>Create the appropriate highlighter for a language (returns None for
languages without a highlighter implementation).