fork of https://github.com/tree-sitter/tree-sitter-graph

Add `CITATION.cff` file and Zenodo badge

Changed files
+15
+13
CITATION.cff
··· 1 + cff-version: 1.2.0 2 + message: "Please cite tree-sitter-graph as below" 3 + authors: 4 + - family-names: "van Antwerpen" 5 + given-names: "Hendrik" 6 + orcid: https://orcid.org/0000-0001-5117-0921 7 + - family-names: "Rix" 8 + given-names: "Rob" 9 + - family-names: "Creager" 10 + given-names: "Douglas A." 11 + orcid: https://orcid.org/0000-0003-1100-4894 12 + title: "tree-sitter-graph" 13 + doi: 10.5281/zenodo.7221982
+2
README.md
··· 1 1 # tree-sitter-graph 2 2 3 + [![DOI](https://zenodo.org/badge/368886913.svg)](https://zenodo.org/badge/latestdoi/368886913) 4 + 3 5 The `tree-sitter-graph` library defines a DSL for constructing arbitrary graph 4 6 structures from source code that has been parsed using [tree-sitter][]. 5 7