Forráskód Böngészése

feat: add Python 3.12 keyword

Soof Golan 1 éve
szülő
commit
d200c7147a
1 módosított fájl, 1 hozzáadás és 0 törlés
  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',