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" "is"
"not" "not"
"or" "or"
"is not"
"not in"
"del" "del"
] @keyword.operator ] @keyword.operator