From 5c0ca925af3332769f04c122ecb5bb9a5ca36dd0 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Thu, 20 Aug 2020 11:00:11 +0200 Subject: Python highlights: add additional operators This is applies the upstream PR to our repo: https://github.com/tree-sitter/tree-sitter-python/pull/73 --- queries/python/highlights.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'queries/python') 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" -- cgit v1.2.3-70-g09d2