chiark / gitweb /
m.code: fix AnsiLexer to actually do the right thing with pygments 2.12+.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 16 Sep 2024 11:55:48 +0000 (13:55 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 16 Sep 2024 11:58:02 +0000 (13:58 +0200)
commit37f9e9fda9b0225202e405f583448c6ac640f23c
tree9dafb838b30e3391689d7227b869ea5d0dd28fbb
parentb18686c697ac94898431bcbc4a69f34ddb31eea2
m.code: fix AnsiLexer to actually do the right thing with pygments 2.12+.

That extra removed argument did make it "work", but due to the internals
being different, all ANSI output was additionally wrapped in
<div class="highlight">. Now it's not anymore.
documentation/doxygen.py
plugins/ansilexer.py
plugins/m/code.py