{
  "grammars": [
    {
      "name": "lateralus",
      "camelcase": "Lateralus",
      "scope": "source.lateralus",
      "path": ".",
      "file-types": ["ltl"],
      "injection-regex": "^lateralus$"
    }
  ],
  "metadata": {
    "version": "0.1.1",
    "license": "MIT",
    "description": "Tree-sitter grammar for the Lateralus systems language",
    "authors": [{"name": "bad-antics"}],
    "links": {
      "repository": "https://github.com/bad-antics/tree-sitter-lateralus"
    }
  },
  "bindings": {
    "c": true,
    "go": false,
    "node": true,
    "python": false,
    "rust": false,
    "swift": false,
    "zig": false
  }
}
