This commit is contained in:
pascalkuthe 2024-01-08 02:47:07 +00:00
parent 18e8eaf3f3
commit b478bbe4a7
4 changed files with 8 additions and 2 deletions

View File

@ -342,6 +342,9 @@ grammars in the local <code>runtime</code> folder.</p>
</li>
</ol>
<blockquote>
<p>💡 If you do not want to fetch or build grammars, set an environment variable <code>HELIX_DISABLE_AUTO_GRAMMAR_BUILD</code></p>
</blockquote>
<blockquote>
<p>💡 Tree-sitter grammars can be fetched and compiled if not pre-packaged. Fetch
grammars with <code>hx --grammar fetch</code> and compile them with
<code>hx --grammar build</code>. This will install them in

View File

@ -348,6 +348,9 @@ grammars in the local <code>runtime</code> folder.</p>
</li>
</ol>
<blockquote>
<p>💡 If you do not want to fetch or build grammars, set an environment variable <code>HELIX_DISABLE_AUTO_GRAMMAR_BUILD</code></p>
</blockquote>
<blockquote>
<p>💡 Tree-sitter grammars can be fetched and compiled if not pre-packaged. Fetch
grammars with <code>hx --grammar fetch</code> and compile them with
<code>hx --grammar build</code>. This will install them in

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long