From c9241287719ccd38741850765649a25b09bdb4c2 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 24 Oct 2022 23:24:02 +0200 Subject: 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 --- queries/python/highlights.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 94fbe50b8..9649bf380 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -246,6 +246,7 @@ [ "try" "except" + "except*" "raise" "finally" ] @exception -- cgit v1.2.3-70-g09d2