tree-sitter: Update to version 0.22.4

This commit is contained in:
github-actions[bot] 2024-04-13 01:13:31 +00:00
parent 03c81de7a5
commit 4b21210198

View File

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