|
sprint(highlight, MIME("text/ansi-debugger"), code, Lexers.JuliaLexer, _current_theme[]; context=context) |
seems to be the only place where Highlights.jl is used, but it hasn't been maintained in a bit.
https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl is the new hotness, so it might be worth considering switching to it.
The only issue with that is that JuliaSyntaxHighlighting only supports Julia 1.12+, so Debugger would also have to restrict its compat. Not sure if that is a no go or not.