34 lines
636 B
JSON
34 lines
636 B
JSON
{
|
|
"$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
|
|
}
|
|
}
|