tree-sitter test

This commit is contained in:
csh
2025-08-29 16:51:24 +08:00
parent aad4917fc0
commit 4d79b8d6ba
44 changed files with 180634 additions and 1841 deletions
@@ -0,0 +1,33 @@
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "tsf",
"camelcase": "Tsf",
"title": "TSF",
"scope": "source.tsf",
"file-types": [
"tsf",
"tsl"
],
"injection-regex": "^tsf$",
"class-name": "TreeSitterTsf"
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "tsf",
"authors": [
{
"name": "csh"
}
],
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-tsf"
}
},
"bindings": {
"c": true
}
}