From fcd564fddfa9b8f3fd7d02686e1f8b8a97a9f92b Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Mon, 4 Dec 2023 03:26:11 -0500 Subject: upgrade tree-sitter-python (#8976) supports new syntaxes from Python 3.12--- runtime/queries/python/highlights.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'runtime') 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 [ -- cgit v1.2.3-70-g09d2