summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2022-10-30 12:24:16 +0100
committerMike Vink <mike1994vink@gmail.com>2022-10-30 12:43:34 +0100
commitfdaab4dff7768fd63430fb29f80cb7ebea6fe887 (patch)
treeb5c5a7eea68351f8b29a6682109c892adee67270
parent9ada5f70f98d51e9e3e76018e783b39fd1cd28f7 (diff)
fix(python): remove except*
query that only works in python3.11 parser
-rw-r--r--queries/python/highlights.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index 9649bf38..94fbe50b 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -246,7 +246,6 @@
[
"try"
"except"
- "except*"
"raise"
"finally"
] @exception