浏览代码

Merge pull request #4212 from soof-golan/main

feat: Python 3.12 keywords support
Henning Dieterichs 1 年之前
父节点
当前提交
3fd1649231
共有 1 个文件被更改,包括 1 次插入0 次删除
  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',