mirror of https://github.com/helix-editor/helix
deploy: 3011df4f35
parent
b478bbe4a7
commit
e6eb76cb36
|
@ -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
|
The first argument (a capture) must/must not match the regex given in the
|
||||||
second argument (a string).</p>
|
second argument (a string).</p>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
<p>Additionally, we support some custom predicates for indent queries:</p>
|
<p>Additionally, we support some custom predicates for indent queries:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -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
|
The first argument (a capture) must match the regex given in the
|
||||||
second argument (a string).</p>
|
second argument (a string).</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>#any-of?</code> (standard):
|
||||||
|
The first argument (a capture) must be one of the other arguments (strings).</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -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
|
The first argument (a capture) must/must not match the regex given in the
|
||||||
second argument (a string).</p>
|
second argument (a string).</p>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
<p>Additionally, we support some custom predicates for indent queries:</p>
|
<p>Additionally, we support some custom predicates for indent queries:</p>
|
||||||
<ul>
|
<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
|
The first argument (a capture) must match the regex given in the
|
||||||
second argument (a string).</p>
|
second argument (a string).</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>#any-of?</code> (standard):
|
||||||
|
The first argument (a capture) must be one of the other arguments (strings).</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue