tree-sitter: Update to version 0.25.5

This commit is contained in:
github-actions[bot] 2025-05-28 04:30:07 +00:00
parent 6bfa3e1f2c
commit 8f368648e3

View File

@ -1,16 +1,16 @@
{
"version": "0.25.4",
"version": "0.25.5",
"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.25.4/tree-sitter-windows-x64.gz",
"hash": "a18d451d6e487b4b6f43453988772e693a80c6a770fc690360c6fa22dfb01785"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.5/tree-sitter-windows-x64.gz",
"hash": "bb73533e604c7aeb0a63e9af177d9d18c61ab42a8b2baeec44bb2cd59ab5fbf6"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.4/tree-sitter-windows-x86.gz",
"hash": "3a1cab1e5783ae656b1eef755335e426ceb172d17f4c59c2845edb71ecf167e1"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.5/tree-sitter-windows-x86.gz",
"hash": "05a018630bedc1a19cabcdd690bd656f1c68832f0d7201f9267ca6fbd28550e8"
}
},
"bin": "tree-sitter.exe",