Skip to content

Commit

Permalink
Add esast to list of syntax trees
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 6, 2021
1 parent 2c7ba99 commit 88374fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ The semantics of nodes and format of syntax trees is defined by other projects.

There are several [*utilities*][unist-utilities] for working with nodes.

* [**esast**][esast] — JS
* [**hast**][hast] — HTML
* [**mdast**][mdast] — Markdown
* [**nlcst**][nlcst] — Natural language
Expand Down Expand Up @@ -1297,6 +1298,8 @@ work on [`ware`][ware], as it was a huge initial inspiration.

[retext]: https://github.com/retextjs/retext

[esast]: https://github.com/syntax-tree/esast

[hast]: https://github.com/syntax-tree/hast

[mdast]: https://github.com/syntax-tree/mdast
Expand Down

0 comments on commit 88374fc

Please sign in to comment.