tree-sitter description

This commit is contained in:
2026-07-13 17:21:36 +02:00
parent 5a958d9bfd
commit 9e75549d02
16 changed files with 150342 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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
}
}