ziex/pkg/tree-sitter-zx/tree-sitter.json
2026-06-07 04:08:36 +06:00

41 lines
870 B
JSON

{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "zx",
"camelcase": "ZX",
"title": "ZX",
"scope": "source.zx",
"file-types": [
"zx"
],
"injection-regex": "^zx$",
"class-name": "TreeSitterZx"
}
],
"metadata": {
"version": "0.1.0-dev",
"license": "MIT",
"description": "ZX is a framework for building web applications with Zig.",
"authors": [
{
"name": "Nurul Huda (Apon)",
"email": "me@nurulhudaapon.com",
"url": "https://nurulhudaapon.com/"
}
],
"links": {
"repository": "https://github.com/ziex-dev/ziex"
}
},
"bindings": {
"c": false,
"go": false,
"node": true,
"python": false,
"rust": true,
"swift": false,
"zig": true
}
}