Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rydesun/tree-sitter-dot
- Owner: rydesun
- License: mit
- Created: 2021-04-05T08:54:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T04:15:36.000Z (over 2 years ago)
- Last Synced: 2025-02-02T15:36:16.728Z (3 days ago)
- Topics: graphviz, parser, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)