tree-sitter description
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user