From 46395d2ad599b4ebd8b71cef9651ff38e59e3318 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 04:29:18 +0000 Subject: [PATCH] tree-sitter: Update to version 0.24.0 --- bucket/tree-sitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tree-sitter.json b/bucket/tree-sitter.json index 6ed99d9b1d..f5c709d0f8 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.23.2", + "version": "0.24.0", "description": "An incremental parsing system for programming tools", "homepage": "https://tree-sitter.github.io/tree-sitter/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.2/tree-sitter-windows-x64.gz", - "hash": "0c367a9c9f9ce52918f5862501d7159939bb759a691541eabbed5828f073d273" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.0/tree-sitter-windows-x64.gz", + "hash": "4db23de880094817f5546854b1397db9dc9582cb31807b740cee4b193c6e9d17" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.2/tree-sitter-windows-x86.gz", - "hash": "9bfc026614b2e1470d3c613b6fea3ae9c6d2e4b1bdf750a40ee32db29329a564" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.0/tree-sitter-windows-x86.gz", + "hash": "21e7e09ecf60053c896733bbabc63933a462c888a2ddb392047a0850582fbd93" } }, "bin": "tree-sitter.exe",