Skip to content

Commit

Permalink
Merge pull request #4212 from soof-golan/main
Browse files Browse the repository at this point in the history
feat: Python 3.12 keywords support
  • Loading branch information
hediet authored Dec 14, 2023
2 parents 2122b33 + d200c71 commit 3fd1649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic-languages/python/python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const language = <languages.IMonarchLanguage>{
'raise',
'return',
'try',
'type', // new in Python 3.12
'while',
'with',
'yield',
Expand Down

0 comments on commit 3fd1649

Please sign in to comment.