tree-sitter-graph 0.5.1

Construct graphs from parsed source code
Documentation
{
    "name": "tree-sitter-graph",
    "version": "0.1.0",
    "publisher": "tree-sitter",
    "engines": {
        "vscode": "^1.60.0"
    },
    "license": "Apache-2.0 OR MIT",
    "description": "Syntax support for tree-sitter-graph",
    "homepage": "https://crates.io/crates/tree-sitter-graph",
    "author": "tree-sitter authors",
    "repository": {
        "type": "git",
        "url": "https://github.com/tree-sitter/tree-sitter-graph.git"
    },
    "categories": [
        "Programming Languages"
    ],
    "contributes": {
        "languages": [
            {
                "id": "tree-sitter-graph",
                "extensions": [
                    ".tsg"
                ],
                "configuration": "./language-configuration.json"
            }
        ],
        "grammars": [
            {
                "language": "tree-sitter-graph",
                "scopeName": "source.tsg",
                "path": "./syntaxes/tree-sitter-graph.tmLanguage.json"
            }
        ]
    }
}