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