diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index d8dcf0266..28110cd86 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -135,13 +135,16 @@ "//=" "/=" "&" + "&=" "%" "%=" "^" + "^=" "+" "+=" "<" "<<" + "<<=" "<=" "<>" "=" @@ -149,7 +152,11 @@ ">" ">=" ">>" + ">>=" + "@" + "@=" "|" + "|=" "~" "and" "in"