Skip to content

Commit e1517e2

Browse files
committed
chore: Make script regenerate the parser with new version
1 parent 4d4d4b1 commit e1517e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/parser.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if [ -z $VERSION ]; then
77
fi
88

99
tree-sitter version $VERSION
10+
npx tree-sitter-cli@0.26.7 generate
1011
git commit -am "Release $VERSION"
1112
git tag -- v$VERSION
1213
git push --tags origin main

0 commit comments

Comments
 (0)