           SPELL=tree-sitter
         VERSION=0.25.3
     SOURCE_HASH=sha512:a626dcea5378774511aa1ef669e4dbada3079440b596882172a676c61e53aa6f701b537e3575851af9e10b1e264da25a9f6487b01f43a896cf1a22d58ca7e623
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
# Watch: https://github.com/tree-sitter/tree-sitter/tags tags/v([0-9.]+)[.]tar
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/tree-sitter/tree-sitter"
      LICENSE[0]=MIT
         ENTERED=20220604
           SHORT="an incremental parsing system for programming tools"
cat << EOF
Tree-sitter is a parser generator tool and an incremental parsing library. It
can build a concrete syntax tree for a source file and efficiently update
the syntax tree as the source file is edited.
EOF
