From 8894d78f63a589b7fca609e42d682e32067b2448 Mon Sep 17 00:00:00 2001 From: Anthony Shi <69449791+anthony-S93@users.noreply.github.com> Date: Fri, 3 Mar 2023 11:37:21 +0800 Subject: Update highlights.scm for Python Added new keywords "is not" and "not in" --- queries/python/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index b8b8b7b94..54ad82b09 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -227,6 +227,8 @@ "is" "not" "or" + "is not" + "not in" "del" ] @keyword.operator -- cgit v1.2.3-70-g09d2