From d053886fe3e0489c56e41477572bff8c310ed519 Mon Sep 17 00:00:00 2001 From: Karem Abdul-Samad Date: Thu, 4 Apr 2024 20:22:41 -0400 Subject: [PATCH] Add new keyword as per PEP 695 (#10165) --- runtime/queries/python/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm index 1bded9529..0a082f2fd 100644 --- a/runtime/queries/python/highlights.scm +++ b/runtime/queries/python/highlights.scm @@ -210,6 +210,7 @@ "global" "nonlocal" "print" + "type" ] @keyword [ "and"