Merge pull request #4212 from soof-golan/main

feat: Python 3.12 keywords support
pull/4304/head
Henning Dieterichs 2023-12-14 11:46:34 +01:00 committed by GitHub
commit 3fd1649231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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