diff options
Diffstat (limited to 'runtime/queries/python/highlights.scm')
-rw-r--r-- | runtime/queries/python/highlights.scm | 6 |
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 [ |