pub fn highlight_code_line<'a>( line: &'a str, lang: &str, theme: &Theme, ) -> Vec<Span<'static>>
简单的代码语法高亮(无需外部依赖) 根据语言类型对常见关键字、字符串、注释、数字进行着色