Files
beginner-friendly-lang/tree-sitter/tree-sitter.json
2025-09-21 00:49:43 +02:00

40 lines
947 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"
}
],
"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
}
}