mirror of https://github.com/helix-editor/helix
Add `is not` and `not in` to python syntax (#10647)
parent
cfca30887c
commit
7e13213e74
|
@ -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…
Reference in New Issue