pub fn highlight_to_ansi( code: &str, language: Option<&str>, dark: bool, ) -> String
Highlight code to ANSI-colored string for terminal. Returns original code if no syntax found.