tree-sitter: Update to version 0.22.1

This commit is contained in:
github-actions[bot] 2024-03-11 00:33:14 +00:00
parent 1ab2a819fa
commit a2079014ea

View File

@ -1,16 +1,16 @@
{
"version": "0.21.0",
"version": "0.22.1",
"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.21.0/tree-sitter-windows-x64.gz",
"hash": "46152125a9337d9ec0455329f4a13ae4a8f63bb32756a5a2ed8f50ca83a321ad"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.1/tree-sitter-windows-x64.gz",
"hash": "6d62f1ea39451abf468fdb77776cc421a7fd9c186dc3a4382f1b1b1ae347848a"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.21.0/tree-sitter-windows-x86.gz",
"hash": "17f734748c06951e34a5c9db7ad3cf71c81adfaa0e08d8151e460bceaaeaa5df"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.1/tree-sitter-windows-x86.gz",
"hash": "4e06b4e04c52d8a22c84cb4529f7bc133f01e6cf60bbc6f1cf7fa1c1d5be4ec5"
}
},
"bin": "tree-sitter.exe",