mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add is not
and not in
to python syntax (#10647)
This commit is contained in:
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
Block a user