feat: add Python 3.12 keyword

pull/4212/head
Soof Golan 2023-10-10 18:27:27 +03:00 committed by GitHub
parent 3e047efd34
commit d200c7147a
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',