Skip to content

Commit 88374fc

Browse files
committed
Add esast to list of syntax trees
1 parent 2c7ba99 commit 88374fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ The semantics of nodes and format of syntax trees is defined by other projects.
211211

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

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

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

1301+
[esast]: https://github.com/syntax-tree/esast
1302+
13001303
[hast]: https://github.com/syntax-tree/hast
13011304

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

0 commit comments

Comments
 (0)