mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Merge pull request #4212 from soof-golan/main
feat: Python 3.12 keywords support
This commit is contained in:
commit
3fd1649231
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