aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/python/highlights.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index 0c6a83c5..2666402b 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -134,14 +134,17 @@
"//="
"/="
"&"
+ "&="
"%"
"%="
"^"
+ "^="
"+"
"->"
"+="
"<"
"<<"
+ "<<="
"<="
"<>"
"="
@@ -150,8 +153,11 @@
">"
">="
">>"
+ ">>="
"|"
+ "|="
"~"
+ "@="
] @operator
[