aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
authorAnthony Shi <69449791+anthony-S93@users.noreply.github.com>2023-03-03 11:37:21 +0800
committerAmaan Qureshi <amaanq12@gmail.com>2023-03-02 22:54:45 -0500
commit8894d78f63a589b7fca609e42d682e32067b2448 (patch)
tree0b3c30970c6aecf324298c9a2155183a354ef86a /queries/python
parentfeat(prql): update queries (diff)
downloadnvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.tar
nvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.tar.gz
nvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.tar.bz2
nvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.tar.lz
nvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.tar.xz
nvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.tar.zst
nvim-treesitter-8894d78f63a589b7fca609e42d682e32067b2448.zip
Update highlights.scm for Python
Added new keywords "is not" and "not in"
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index b8b8b7b94..54ad82b09 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -227,6 +227,8 @@
"is"
"not"
"or"
+ "is not"
+ "not in"
"del"
] @keyword.operator