mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +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 @@ sys.path.append(os.path.abspath('includes'))
|
|||
# ---------------------
|
||||
|
||||
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