diff --git a/scripts/get-neovim-queries b/scripts/get-neovim-queries new file mode 100755 index 0000000..46f9723 --- /dev/null +++ b/scripts/get-neovim-queries @@ -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 \ No newline at end of file