Skip to content

Commit 2b73b21

Browse files
committed
Add unist-util-find-all-between to list of utilities
1 parent 07c8a6b commit 2b73b21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,11 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
151151
* [`unist-util-find-after`](https://github.com/syntax-tree/unist-util-find-after)
152152
— Find a node after another node;
153153
* [`unist-util-find-all-after`](https://github.com/syntax-tree/unist-util-find-all-after)
154-
— Find nodes after another node;
154+
— Find nodes after another node or position;
155155
* [`unist-util-find-all-before`](https://github.com/syntax-tree/unist-util-find-all-before)
156-
— Find nodes before another node;
156+
— Find nodes before another node or position;
157+
* [`unist-util-find-all-between`](https://github.com/mrzmmr/unist-util-find-all-between)
158+
— Find nodes between two nodes or positions;
157159
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
158160
— Find a node before another node;
159161
* [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)

0 commit comments

Comments
 (0)