Unnamed repository; edit this file 'description' to name the repository.
Remove duplicate keyword highlight for Python 'and' (#10160)
Aito Stukas 2024-04-05
parent 962c714 · commit 5f44890
-rw-r--r--runtime/queries/python/highlights.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index 2666402b..1bded952 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"