Merge pull request #4212 from soof-golan/main
feat: Python 3.12 keywords support
This commit is contained in:
Коммит
3fd1649231
|
@ -93,6 +93,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'raise',
|
||||
'return',
|
||||
'try',
|
||||
'type', // new in Python 3.12
|
||||
'while',
|
||||
'with',
|
||||
'yield',
|
||||
|
|
Загрузка…
Ссылка в новой задаче