Update highlights.scm for Python

Added new keywords "is not" and "not in"
This commit is contained in:
Anthony Shi 2023-03-03 11:37:21 +08:00 committed by Amaan Qureshi
parent e9fb90da02
commit 8894d78f63

View file

@ -227,6 +227,8 @@
"is"
"not"
"or"
"is not"
"not in"
"del"
] @keyword.operator