Explorar o código

feat: add Python 3.12 keyword

Soof Golan hai 1 ano
pai
achega
d200c7147a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/basic-languages/python/python.ts

+ 1 - 0
src/basic-languages/python/python.ts

@@ -93,6 +93,7 @@ export const language = <languages.IMonarchLanguage>{
 		'raise',
 		'return',
 		'try',
+		'type', // new in Python 3.12
 		'while',
 		'with',
 		'yield',