aboutsummaryrefslogtreecommitdiffstats
path: root/.tsqueryrc.json
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2025-10-29 18:51:42 -0700
committerGitHub <noreply@github.com>2025-10-30 10:51:42 +0900
commit2c30e515ebe79037ab8d15f7e59c0e2690f50626 (patch)
tree9adff00656d8edd1329c841545e8b32d340f647f /.tsqueryrc.json
parentfeat(diff): update parser after move (diff)
downloadnvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.tar
nvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.tar.gz
nvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.tar.bz2
nvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.tar.lz
nvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.tar.xz
nvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.tar.zst
nvim-treesitter-2c30e515ebe79037ab8d15f7e59c0e2690f50626.zip
fix: prefer `#eq?` for checking equality with one string (#8246)
Diffstat (limited to '.tsqueryrc.json')
-rw-r--r--.tsqueryrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.tsqueryrc.json b/.tsqueryrc.json
index cd3a692d5..d146e2f76 100644
--- a/.tsqueryrc.json
+++ b/.tsqueryrc.json
@@ -187,6 +187,10 @@
},
{
"type": "string",
+ "arity": "required"
+ },
+ {
+ "type": "string",
"arity": "variadic"
}
],