mirror of https://github.com/helix-editor/helix
deploy: 5952d564d1
parent
a93395d9a6
commit
8088de5247
|
@ -199,13 +199,6 @@ you will need to add queries.</li>
|
||||||
for more information on writing queries.</li>
|
for more information on writing queries.</li>
|
||||||
<li>A list of highlight captures can be found <a href="https://docs.helix-editor.com/themes.html#scopes">on the themes page</a>.</li>
|
<li>A list of highlight captures can be found <a href="https://docs.helix-editor.com/themes.html#scopes">on the themes page</a>.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<blockquote>
|
|
||||||
<p>💡 In Helix, the first matching query takes precedence when evaluating
|
|
||||||
queries, which is different from other editors such as Neovim where the last
|
|
||||||
matching query supersedes the ones before it. See
|
|
||||||
<a href="https://github.com/helix-editor/helix/pull/1170#issuecomment-997294090">this issue</a>
|
|
||||||
for an example.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h2 id="common-issues"><a class="header" href="#common-issues">Common issues</a></h2>
|
<h2 id="common-issues"><a class="header" href="#common-issues">Common issues</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>If you encounter errors when running Helix after switching branches, you may
|
<li>If you encounter errors when running Helix after switching branches, you may
|
||||||
|
|
|
@ -2941,13 +2941,6 @@ you will need to add queries.</li>
|
||||||
for more information on writing queries.</li>
|
for more information on writing queries.</li>
|
||||||
<li>A list of highlight captures can be found <a href="https://docs.helix-editor.com/themes.html#scopes">on the themes page</a>.</li>
|
<li>A list of highlight captures can be found <a href="https://docs.helix-editor.com/themes.html#scopes">on the themes page</a>.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<blockquote>
|
|
||||||
<p>💡 In Helix, the first matching query takes precedence when evaluating
|
|
||||||
queries, which is different from other editors such as Neovim where the last
|
|
||||||
matching query supersedes the ones before it. See
|
|
||||||
<a href="https://github.com/helix-editor/helix/pull/1170#issuecomment-997294090">this issue</a>
|
|
||||||
for an example.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h2 id="common-issues"><a class="header" href="#common-issues">Common issues</a></h2>
|
<h2 id="common-issues"><a class="header" href="#common-issues">Common issues</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>If you encounter errors when running Helix after switching branches, you may
|
<li>If you encounter errors when running Helix after switching branches, you may
|
||||||
|
|
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