tree-sitter-forge-card-script 0.1.1

Tree-sitter grammar for the Forge card-script DSL used by Magic: The Gathering rules engines
Documentation
{
  "grammars": [
    {
      "name": "forge-card-script",
      "camelcase": "ForgeCardScript",
      "scope": "source.forge-card-script",
      "path": ".",
      "file-types": ["txt"],
      "injection-regex": "forge"
    }
  ],
  "metadata": {
    "version": "0.1.1",
    "license": "MIT",
    "description": "Tree-sitter grammar for the Forge Card Script DSL",
    "links": {
      "repository": "https://github.com/witchesofthehill/tree-sitter-forge-card-script"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}