From fdaab4dff7768fd63430fb29f80cb7ebea6fe887 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 30 Oct 2022 12:24:16 +0100 Subject: fix(python): remove except* query that only works in python3.11 parser --- queries/python/highlights.scm | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3