Skip to content

Commit

Permalink
Script to update queries
Browse files Browse the repository at this point in the history
This was previous in the GH action, just copying it here for easier access.
  • Loading branch information
meain committed Oct 26, 2023
1 parent b98c1c6 commit 8180681
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/get-neovim-queries
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

set -e

rm -rf /tmp/nts
git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter-textobjects /tmp/nts
rm -r queries && cp -r /tmp/nts/queries .
./scripts/fix-queries

0 comments on commit 8180681

Please sign in to comment.