39 lines
928 B
JSON
39 lines
928 B
JSON
{
|
|
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
|
|
"grammars": [
|
|
{
|
|
"name": "morphismbase",
|
|
"camelcase": "MorphismBase",
|
|
"title": "Morphism-Base",
|
|
"scope": "source.morphismbase",
|
|
"file-types": ["morphism-base"],
|
|
"injection-regex": "^morphismbase$",
|
|
"class-name": "TreeSitterMorphismbase",
|
|
"highlights": "query/highlights.scm"
|
|
}
|
|
],
|
|
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "GPLv3",
|
|
"description": "Morphismbase grammar for tree-sitter",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Sippel",
|
|
"email": "senvas@exobiont.de"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://forge.exobiont.de/syntaxAlchemist/tree-sitter-morphismbase"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": true,
|
|
"node": true,
|
|
"python": true,
|
|
"rust": true,
|
|
"swift": true,
|
|
"zig": true
|
|
}
|
|
}
|