Skip to content

Commit

Permalink
Add comments to some scripts
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Schirone <562321+ret2libc@users.noreply.github.com>
  • Loading branch information
Freed-Wu and ret2libc authored Mar 15, 2024
1 parent e38ce31 commit e34f5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env -S nvim -l
-- this script relies on the parser configuration used by the nvim-treesitter repository (https://github.com/nvim-treesitter/nvim-treesitter) to update the various parsers built in py-tree-sitter-languages
-- called by scripts/update.sh
-- refer .github/workflows/update.yml
---@diagnostic disable: undefined-global
Expand Down
1 change: 1 addition & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e
cd "$(dirname "$(readlink -f "$0")")/.."

# Sync the parsers and their versions with those used by nvim-treesitter
scripts/update.lua
cp nvim-treesitter/lockfile.json .
git add parsers.json lockfile.json
Expand Down

0 comments on commit e34f5ac

Please sign in to comment.