♻️ 重构tree-sitter-tsf
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user