tree-sitter: Update to version 0.24.5

This commit is contained in:
github-actions[bot] 2024-12-11 08:31:41 +00:00
parent 383f601b77
commit f356647d9d

View File

@ -1,16 +1,16 @@
{
"version": "0.24.4",
"version": "0.24.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.24.4/tree-sitter-windows-x64.gz",
"hash": "1fa29eb05f82b1d473e14ecce83b6204671765807d096fe5cea1ccd8cfa90c5b"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.5/tree-sitter-windows-x64.gz",
"hash": "1374e92f2f2ea7fa233138e5e596566747a5cca4e59bbbe7f6ceb0bf0fc1f584"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.4/tree-sitter-windows-x86.gz",
"hash": "c37751772068649cb9682c883d8bd15de1ad42d66926a88ca819cd5929edd357"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.5/tree-sitter-windows-x86.gz",
"hash": "6de0f0607c7bec88328f98cfb093f8118d0b3809501b7fdf3699edf1500bb42e"
}
},
"bin": "tree-sitter.exe",