{
  "grammars": [
    {
      "name": "cuda",
      "camelcase": "CUDA",
      "title": "CUDA",
      "scope": "source.cpp",
      "path": ".",
      "file-types": [
        "cu",
        "cuh"
      ],
      "highlights": [
        "node_modules/tree-sitter-c/queries/highlights.scm",
        "node_modules/tree-sitter-cpp/queries/highlights.scm",
        "queries/highlights.scm"
      ],
      "class-name": "TreeSitterCUDA"
    }
  ],
  "metadata": {
    "version": "0.21.1",
    "license": "MIT",
    "description": "CUDA grammar for tree-sitter",
    "authors": [
      {
        "name": "Stephan Seitz"
      }
    ],
    "links": {
      "repository": "https://github.com/tree-sitter-grammars/tree-sitter-cuda"
    }
  }
}
