tree-sitter 新增语法支持procedure

This commit is contained in:
csh
2025-11-15 21:18:50 +08:00
parent 9714d8c9ac
commit 1776437d1d
6 changed files with 963370 additions and 958903 deletions
@@ -0,0 +1,18 @@
{
"name": "test_tree_sitter",
"version": "1.0.0",
"description": "",
"main": "grammar.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"gypfile": true
}