42 lines
994 B
JSON
42 lines
994 B
JSON
{
|
|
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
|
|
"grammars": [
|
|
{
|
|
"name": "crepuscular",
|
|
"camelcase": "Crepuscular",
|
|
"title": "Crepuscular",
|
|
"scope": "source.crepuscular",
|
|
"file-types": [
|
|
"crr"
|
|
],
|
|
"injection-regex": "^crepuscular$",
|
|
"class-name": "TreeSitterCrepuscular",
|
|
"highlights": "queries/highlights.scm"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"description": "Parser for the Crepuscular(ray) functional programming language",
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Nutz",
|
|
"email": "alexander.nutz@vxcc.dev",
|
|
"url": "https://alex.vxcc.dev/"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://gitea.vxcc.dev/alexander.nutz/beginner-friendly-lang"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": true,
|
|
"node": true,
|
|
"python": true,
|
|
"rust": true,
|
|
"swift": true,
|
|
"zig": false
|
|
}
|
|
}
|