gh-pages
pascalkuthe 6 months ago
parent 18e8eaf3f3
commit b478bbe4a7

@ -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

@ -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
Loading…
Cancel
Save