]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122021)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2024 12:11:33 +0000 (14:11 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 12:11:33 +0000 (12:11 +0000)
commit0d138df3fd6e951de1e67357d3ec3fe1681a1ebb
tree37592fb7c16541678c89772dc4c6e231e403a168
parent58a84e58f45cb656b756cf007f629d868e119d8b
[3.13] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122021)

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]