diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2025-05-02 18:22:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 18:22:31 (GMT) |
commit | fac41f56d4b6b858cb52b40529855cce85cdbdcc (patch) | |
tree | 70490d6d77240385c4ca99281c7e5333261e89dd /Misc/mypy | |
parent | bfcbb28223b733b9cb88f152a059a9e1416f3467 (diff) | |
download | cpython-fac41f56d4b6b858cb52b40529855cce85cdbdcc.zip cpython-fac41f56d4b6b858cb52b40529855cce85cdbdcc.tar.gz cpython-fac41f56d4b6b858cb52b40529855cce85cdbdcc.tar.bz2 |
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc/mypy')
l--------- | Misc/mypy/token.py | 1 | ||||
-rw-r--r-- | Misc/mypy/typed-stdlib.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/mypy/token.py b/Misc/mypy/token.py new file mode 120000 index 0000000..0a39f72 --- /dev/null +++ b/Misc/mypy/token.py @@ -0,0 +1 @@ +../../Lib/token.py
\ No newline at end of file diff --git a/Misc/mypy/typed-stdlib.txt b/Misc/mypy/typed-stdlib.txt index 9b27ee0..07b88ba 100644 --- a/Misc/mypy/typed-stdlib.txt +++ b/Misc/mypy/typed-stdlib.txt @@ -2,4 +2,5 @@ _colorize.py _pyrepl +token.py tomllib
\ No newline at end of file |