Add `is not` and `not in` to python syntax (#10647)

pull/10634/head^2
Matthew Pomes 2 months ago committed by GitHub
parent cfca30887c
commit 7e13213e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -215,9 +215,11 @@
[
"and"
"or"
"not in"
"in"
"not"
"del"
"is not"
"is"
] @keyword.operator

Loading…
Cancel
Save