Files
grammar/tree-sitter.json

41 lines
880 B
JSON
Raw Normal View History

2026-03-15 14:40:13 +11:00
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "ground",
"camelcase": "ground",
"title": "Ground",
"scope": "source.ground",
"file-types": [
"grnd"
],
"injection-regex": "^ground$",
"class-name": "TreeSitterGround"
}
],
"metadata": {
"version": "1.0.0",
"license": "MIT",
"description": "Ground VM textual representation highlighter",
"authors": [
{
"name": "Maxwell Jeffress",
"email": "maxwelljeffress@proton.me",
"url": "https://maxwellj.xyz/"
}
],
"links": {
"repository": "https://chookspace.com/ground/grammar"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}