interdependence / tree-sitter-htmldjango

A tree-sitter grammar for the Django template language
MIT License
19 stars 5 forks source link

Grammar railroad diagram #1

Closed mingodad closed 1 year ago

mingodad commented 1 year ago

Using this page https://meimporta.eu/tree-sitter/json2ebnf.html we can get a navigable railroad diagram for tree-sitter grammars like this project.

See also https://github.com/tree-sitter/tree-sitter/issues/2268 .

Cheers !

interdependence commented 1 year ago

Interesting project, thanks for sharing.