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"