pull/11885/head
archseer 2024-01-15 06:33:42 +00:00
parent b478bbe4a7
commit e6eb76cb36
5 changed files with 20 additions and 2 deletions

View File

@ -452,6 +452,11 @@ The first argument (a capture) must/must not be equal to the second argument
The first argument (a capture) must/must not match the regex given in the
second argument (a string).</p>
</li>
<li>
<p><code>#any-of?</code>/<code>#not-any-of?</code>:
The first argument (a capture) must/must not be one of the other arguments
(strings).</p>
</li>
</ul>
<p>Additionally, we support some custom predicates for indent queries:</p>
<ul>

View File

@ -243,6 +243,10 @@ The first argument (a capture) must be equal to the second argument
The first argument (a capture) must match the regex given in the
second argument (a string).</p>
</li>
<li>
<p><code>#any-of?</code> (standard):
The first argument (a capture) must be one of the other arguments (strings).</p>
</li>
</ul>
</main>

View File

@ -2666,6 +2666,11 @@ The first argument (a capture) must/must not be equal to the second argument
The first argument (a capture) must/must not match the regex given in the
second argument (a string).</p>
</li>
<li>
<p><code>#any-of?</code>/<code>#not-any-of?</code>:
The first argument (a capture) must/must not be one of the other arguments
(strings).</p>
</li>
</ul>
<p>Additionally, we support some custom predicates for indent queries:</p>
<ul>
@ -2782,6 +2787,10 @@ The first argument (a capture) must be equal to the second argument
The first argument (a capture) must match the regex given in the
second argument (a string).</p>
</li>
<li>
<p><code>#any-of?</code> (standard):
The first argument (a capture) must be one of the other arguments (strings).</p>
</li>
</ul>
</main>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long