Skip to content

Commit

Permalink
Add is not and not in to python syntax (helix-editor#10647)
Browse files Browse the repository at this point in the history
  • Loading branch information
the10thWiz authored and Chirikumbrah committed Jun 15, 2024
1 parent a054759 commit 0acac36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/queries/python/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,11 @@
[
"and"
"or"
"not in"
"in"
"not"
"del"
"is not"
"is"
] @keyword.operator

Expand Down

0 comments on commit 0acac36

Please sign in to comment.