28 lines
538 B
JSON
28 lines
538 B
JSON
{
|
|
"grammars": [
|
|
{
|
|
"name": "brolang",
|
|
"camelcase": "Brolang",
|
|
"scope": "source.bro",
|
|
"path": ".",
|
|
"file-types": ["bro", "hon"],
|
|
"highlights": "queries/highlights.scm"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"description": "Tree-sitter grammar for Brolang",
|
|
"authors": [{"name": "Brolang contributors"}]
|
|
},
|
|
"bindings": {
|
|
"c": false,
|
|
"go": false,
|
|
"java": false,
|
|
"node": false,
|
|
"python": false,
|
|
"rust": false,
|
|
"swift": false,
|
|
"zig": false
|
|
}
|
|
}
|