dimitrilarue

Results 1 comments of dimitrilarue

Just implemented this, it seems ok: ```python pygments_style = get_style_by_name('catppuccin-mocha') def highlight_func(code: str, lang: str, _) -> str | None: """Highlight function using pygments.""" if not lang: return None lexer...