mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
feat: add Python 3.12 keyword
This commit is contained in:
parent
3e047efd34
commit
d200c7147a
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'raise',
|
||||
'return',
|
||||
'try',
|
||||
'type', // new in Python 3.12
|
||||
'while',
|
||||
'with',
|
||||
'yield',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue