busbar-sf-agentscript 0.0.2

AgentScript parser, graph analysis, and LSP for Salesforce Agentforce
Documentation
{
  "metadata": {
    "version": "0.0.1",
    "license": "MIT",
    "authors": [],
    "links": {
      "repository": "https://github.com/composable-delivery/sf-agentscript"
    }
  },
  "grammars": [
    {
      "name": "agentscript",
      "scope": "source.agentscript",
      "injection-regex": "^agentscript$",
      "file-types": ["agent"],
      "path": ".",
      "external-files": ["src/scanner.c"]
    }
  ]
}