PEP 655: Highlight TypeScript code snippet correctly (#2343)
This commit is contained in:
parent
569a359368
commit
a7788dba3e
|
@ -63,7 +63,7 @@ One might think it unusual to propose syntax that prioritizes marking
|
||||||
*required* keys rather than syntax for *potentially-missing* keys, as is
|
*required* keys rather than syntax for *potentially-missing* keys, as is
|
||||||
customary in other languages like TypeScript:
|
customary in other languages like TypeScript:
|
||||||
|
|
||||||
::
|
.. code-block:: typescript
|
||||||
|
|
||||||
interface Movie {
|
interface Movie {
|
||||||
title: string;
|
title: string;
|
||||||
|
|
Loading…
Reference in New Issue