File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments