diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-10-24 23:24:02 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-10-25 12:14:53 +0200 |
| commit | c9241287719ccd38741850765649a25b09bdb4c2 (patch) | |
| tree | 16a194fe22adfa1a5b207c040581fa4f4dceb2ab /queries | |
| parent | 0eff7beaf8cf7e631a7e8edc0d363e0b0a8f6f1d (diff) | |
highlights(python): add "except*"
Added in https://github.com/tree-sitter/tree-sitter-python/pull/176
About the feature https://realpython.com/python311-exception-groups/#exception-groups-and-except-in-python-311
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/python/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 94fbe50b..9649bf38 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -246,6 +246,7 @@ [ "try" "except" + "except*" "raise" "finally" ] @exception |
