tree-sitter 0.19.0

Closes #72274.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
master
rui 2021-03-01 22:16:58 +00:00 committed by Carlo Cabrera
parent 42a355a8c6
commit 9ab4b4f277
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ require "language/node"
class TreeSitter < Formula
desc "Parser generator tool and incremental parsing library"
homepage "https://tree-sitter.github.io/"
url "https://github.com/tree-sitter/tree-sitter/archive/v0.18.3.tar.gz"
sha256 "0803a19426aa98a06fd7fae817b72e7c3ce8684f3383870e2bd087a35d2b5612"
url "https://github.com/tree-sitter/tree-sitter/archive/v0.19.0.tar.gz"
sha256 "7fa56a76b29b170ae11026a5c965e5a1177c158e251bec103d353ffff16a84e9"
license "MIT"
head "https://github.com/tree-sitter/tree-sitter.git"