tree-sitter: Update to version 0.22.5

This commit is contained in:
github-actions[bot] 2024-04-14 19:03:57 +00:00
parent f3c1e0a1e5
commit 9f13b8178e

View File

@ -1,16 +1,16 @@
{ {
"version": "0.22.4", "version": "0.22.5",
"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.22.4/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.5/tree-sitter-windows-x64.gz",
"hash": "522596e26337418450bc5fb71535986504e0171e1e09efe17a8ea8c494b61622" "hash": "45515712073d3027c77e6bd033c94c17c535febb2aa64d08e637625df09b6955"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.4/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.5/tree-sitter-windows-x86.gz",
"hash": "35e32c0795a6c876554daa97233cd0ee843d5d95605029848ab555aefa777943" "hash": "b45cb0262ad9be4e8a8d7ae9c0ab553933f87efd5feca1c985a553fd022aae54"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",