fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.05k stars 711 forks source link

Add Svelte as a top-level category #664

Closed metonym closed 1 year ago

metonym commented 1 year ago

Currently, Svelte is a parser under the HTML category. Although Svelte markup is a superset of HTML, Svelte can be considered its own language^1.

This PR adds Svelte as its own top-level category, which also makes it easier to locate.

ast-explorer-svelte

fkling commented 1 year ago

We should have done that from the beginning, thank you!