aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index 44230a3e2..3ed34c655 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -131,13 +131,16 @@
"//="
"/="
"&"
+ "&="
"%"
"%="
"^"
+ "^="
"+"
"+="
"<"
"<<"
+ "<<="
"<="
"<>"
"="
@@ -145,7 +148,11 @@
">"
">="
">>"
+ ">>="
+ "@"
+ "@="
"|"
+ "|="
"~"
"and"
"in"