40 lines
No EOL
874 B
JSON
40 lines
No EOL
874 B
JSON
{
|
|
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
|
|
"grammars": [
|
|
{
|
|
"name": "vvk",
|
|
"camelcase": "Vvk",
|
|
"title": "Vvk",
|
|
"scope": "source.vvk",
|
|
"file-types": [
|
|
"vvk"
|
|
],
|
|
"injection-regex": "^vvk$",
|
|
"class-name": "TreeSitterVvk"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"description": "A parser for the vishvakarma build system from pantheon",
|
|
"authors": [
|
|
{
|
|
"name": "traxys",
|
|
"email": "traxys@familleboyer.net",
|
|
"url": "https://traxys.me/"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://forgejo.familleboyer.net/traxys/tree-sitter-vvk"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": true,
|
|
"node": true,
|
|
"python": true,
|
|
"rust": true,
|
|
"swift": true,
|
|
"zig": false
|
|
}
|
|
} |