Skip to content

Commit

Permalink
feat: add Python 3.12 keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
soof-golan authored Oct 10, 2023
1 parent 3e047ef commit d200c71
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 d200c71

Please sign in to comment.