⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

create_highlighter

Function create_highlighter 

Source
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).