tree-sitter: Update to version 0.25.8

This commit is contained in:
github-actions[bot] 2025-07-13 20:29:05 +00:00
parent ae4f8b3f43
commit d35a149426

View File

@ -1,16 +1,16 @@
{ {
"version": "0.25.7", "version": "0.25.8",
"description": "An incremental parsing system for programming tools", "description": "An incremental parsing system for programming tools",
"homepage": "https://tree-sitter.github.io/tree-sitter/", "homepage": "https://tree-sitter.github.io/tree-sitter/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.7/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-windows-x64.gz",
"hash": "f10b7771a7139ec2ccf96a8c23715b05ec04def571f204c55e82f33116f7352c" "hash": "531cebb2c7c7e3c11dfa42ba8e1ac79632364dfe44fda9d0c15228ae68f43bbe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.7/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-windows-x86.gz",
"hash": "d203f2e5fa7d45bd8099463e4dbce6263a2e58d1c186c0a6f414543a19b43fab" "hash": "93c1ba60e599589e4e0e921ebc258196d4797b732b25a067cd482ffaa14e620e"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",