Skip to content

Commit

Permalink
Add is not and not in to python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
the10thWiz committed Apr 30, 2024
1 parent 109f53f commit a3fe9f4
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 a3fe9f4

Please sign in to comment.