mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +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',
|
'raise',
|
||||||
'return',
|
'return',
|
||||||
'try',
|
'try',
|
||||||
|
'type', // new in Python 3.12
|
||||||
'while',
|
'while',
|
||||||
'with',
|
'with',
|
||||||
'yield',
|
'yield',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue