Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rydesun/tree-sitter-dot

Graphviz DOT grammar for tree-sitter.
https://github.com/rydesun/tree-sitter-dot

graphviz parser tree-sitter

Last synced: about 10 hours ago
JSON representation

Graphviz DOT grammar for tree-sitter.

Awesome Lists containing this project

README

        

# tree-sitter-dot

[![Test](https://github.com/rydesun/tree-sitter-dot/actions/workflows/test.yaml/badge.svg)](https://github.com/rydesun/tree-sitter-dot/actions/workflows/test.yaml)

DOT grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

This project is related to [Graphviz](https://graphviz.org/) DOT,
which is a graph description language.
It should not be confused with dotfiles.

## Reference

[https://graphviz.org/doc/info/lang.html](https://graphviz.org/doc/info/lang.html)