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

Loading…
Cancel
Save