tree-sitter: Update to version 0.26.1

This commit is contained in:
github-actions[bot] 2025-12-09 00:42:01 +00:00
parent b0cc2ecf77
commit 59d2bd81fa

View File

@ -1,16 +1,16 @@
{ {
"version": "0.25.10", "version": "0.26.1",
"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.10/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.1/tree-sitter-windows-x64.gz",
"hash": "c940b471683b9cd89b9efbe8697e14b5244cc09d2e2b889d04c9c76eea1a8db3" "hash": "cc5fa09360ed2e5a2f0d47623edd1456baa2c2e9c8160955a965ba5633e84d8d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.10/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.26.1/tree-sitter-windows-x86.gz",
"hash": "e2c6100b75719c068bc4f5a7a5b0864da334bb36893f405eec3fddc51ef2e8e3" "hash": "65db4868a446d08bc672a4f5b0518408cfe72d00ee09b97f963a21de8d6669d0"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",