From 5f44890176b30784c6b165c0a40026ed0913bffa Mon Sep 17 00:00:00 2001 From: Aito Stukas Date: Thu, 4 Apr 2024 20:12:19 -0400 Subject: [PATCH] Remove duplicate keyword highlight for Python 'and' (#10160) --- runtime/queries/python/highlights.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm index 2666402b8..1bded9529 100644 --- a/runtime/queries/python/highlights.scm +++ b/runtime/queries/python/highlights.scm @@ -204,7 +204,6 @@ (for_in_clause "in" @keyword.control) [ - "and" "async" "class" "exec"