diff options
| author | Riley Bruins <ribru17@hotmail.com> | 2025-10-29 18:51:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 10:51:42 +0900 |
| commit | 2c30e515ebe79037ab8d15f7e59c0e2690f50626 (patch) | |
| tree | 9adff00656d8edd1329c841545e8b32d340f647f /.tsqueryrc.json | |
| parent | feat(diff): update parser after move (diff) | |
| download | nvim-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.json | 4 |
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" } ], |
