{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "ada",
"camelcase": "Ada",
"title": "Ada grammar for tree-sitter",
"scope": "source.ada",
"file-types": [
"ads",
"adb"
],
"injection-regex": "^ada$",
"class-name": "TreeSitterAda"
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "Ada grammar for tree-sitter",
"authors": [
{
"name": "Emmanuel Briot"
}
],
"links": {
"repository": "https://github.com/briot/tree-sitter-ada"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}