Add is not
and not in
to python syntax (#10647)
This commit is contained in:
parent
cfca30887c
commit
7e13213e74
1 changed files with 2 additions and 0 deletions
|
@ -215,9 +215,11 @@
|
|||
[
|
||||
"and"
|
||||
"or"
|
||||
"not in"
|
||||
"in"
|
||||
"not"
|
||||
"del"
|
||||
"is not"
|
||||
"is"
|
||||
] @keyword.operator
|
||||
|
||||
|
|
Loading…
Reference in a new issue