mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
This commit is contained in:
parent
b9c46a2c2d
commit
d60040ba22
3 changed files with 54 additions and 2 deletions
|
|
@ -14,7 +14,8 @@
|
|||
# ---------------------
|
||||
|
||||
extensions = ['sphinx.ext.coverage', 'sphinx.ext.doctest',
|
||||
'pyspecific', 'c_annotations', 'escape4chm']
|
||||
'pyspecific', 'c_annotations', 'escape4chm',
|
||||
'asdl_highlight']
|
||||
|
||||
|
||||
doctest_global_setup = '''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue