]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-121970: Combine custom Pygments lexers into a package (#121976)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Thu, 18 Jul 2024 18:38:29 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 18:38:29 +0000 (18:38 +0000)
commit7431c3799efbd06ed03ee70b64420f45e83b3667
tree129a43fa5c8fb84b78ae41b5fb1b98ce805f43b8
parent12c1afa9d153fbdf78c970054c08c755f504c5e9
GH-121970: Combine custom Pygments lexers into a package (#121976)

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]