tree-sitter: Update to version 0.24.6

This commit is contained in:
github-actions[bot] 2024-12-27 04:29:47 +00:00
parent f5f311a8a1
commit 06c12a5f93

View File

@ -1,16 +1,16 @@
{ {
"version": "0.24.5", "version": "0.24.6",
"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.24.5/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.6/tree-sitter-windows-x64.gz",
"hash": "1374e92f2f2ea7fa233138e5e596566747a5cca4e59bbbe7f6ceb0bf0fc1f584" "hash": "25e003d2a7cc28666ff02e3449fd7d0a883acd4eb97492d9b1e831f4f6f7e8b0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.5/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.6/tree-sitter-windows-x86.gz",
"hash": "6de0f0607c7bec88328f98cfb093f8118d0b3809501b7fdf3699edf1500bb42e" "hash": "f5b43559d4d851ce8f1d3bfa0ff79f06da9ecd9540eef92186c322e8d83a0f52"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",