Files
deusdata--codebase-memory-mcp/tools/tree-sitter-magma/tree-sitter.json
T
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

17 lines
309 B
JSON

{
"grammars": [
{
"name": "magma",
"camelcase": "Magma",
"scope": "source.magma",
"path": ".",
"file-types": ["mag", "magma"]
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "Magma computer algebra grammar for tree-sitter"
}
}