]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122022)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2024 12:02:42 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 12:02:42 +0000 (12:02 +0000)
commit2cd816e4e0b39b7327a2db2e48cc203ae8bd43ee
tree3740b7587e9dae91b764187473e8a4acd65633d6
parent2e8dba3e1dce768e21998dccd58892fc7e6d8c42
[3.12] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122022)

GH-121970: Combine custom Pygments lexers into a package (GH-121976)
(cherry picked from commit 7431c3799efbd06ed03ee70b64420f45e83b3667)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/conf.py
Doc/tools/extensions/lexers/__init__.py [new file with mode: 0644]
Doc/tools/extensions/lexers/asdl_lexer.py [moved from Doc/tools/extensions/asdl_highlight.py with 62% similarity]
Doc/tools/extensions/lexers/peg_lexer.py [moved from Doc/tools/extensions/peg_highlight.py with 94% similarity]