tree-sitter: Update to version 0.24.0

This commit is contained in:
github-actions[bot] 2024-10-04 04:29:18 +00:00
parent 30f96b2685
commit 46395d2ad5

View File

@ -1,16 +1,16 @@
{
"version": "0.23.2",
"version": "0.24.0",
"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.23.2/tree-sitter-windows-x64.gz",
"hash": "0c367a9c9f9ce52918f5862501d7159939bb759a691541eabbed5828f073d273"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.0/tree-sitter-windows-x64.gz",
"hash": "4db23de880094817f5546854b1397db9dc9582cb31807b740cee4b193c6e9d17"
},
"32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.23.2/tree-sitter-windows-x86.gz",
"hash": "9bfc026614b2e1470d3c613b6fea3ae9c6d2e4b1bdf750a40ee32db29329a564"
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.0/tree-sitter-windows-x86.gz",
"hash": "21e7e09ecf60053c896733bbabc63933a462c888a2ddb392047a0850582fbd93"
}
},
"bin": "tree-sitter.exe",