Deploy PR #1644 preview

This commit is contained in:
GitHub Actions 2026-06-13 11:10:26 +00:00
commit b4c90bd8f9
6 changed files with 33 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -45399,6 +45399,25 @@ the required grammars to this.</p>
<div class="option-type">Type: <code>strings concatenated with "\n"</code></div>
<div class="option-description"><html><head></head><body><p>The queries scm script.</p>
</body></html></div>
<div class="option-example">Example: <pre><code>```nix
{
query = ''
;; extends
((apply_expression
function: (variable_expression
name: (identifier) @_func
(#eq? @_func "mkLuaInline"))
argument: (indented_string_expression
(string_fragment) @injection.content)
(#set! injection.language "lua")
(#set! injection.combined)))
'';
}
```
</code></pre></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/treesitter/treesitter.nix" target="_blank">&lt;nvf/modules/plugins/treesitter/treesitter.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim.treesitter.queries._.type">

View file

@ -545,6 +545,9 @@ formatter.</p>
<p>Added <a class="option-reference" href="options.html#option-vim.languages.java.dap.enable"><code class="nixos-option">vim.languages.java.dap.enable</code></a> with the <code>jls</code> DAP.</p>
</li>
<li>
<p>Use nvf nix Tree-sitter injections in the docs.</p>
</li>
<li>
<p>Allow the usage of <code>pks.tree-sitter-grammars</code> in
<a class="option-reference" href="options.html#option-vim.treesitter.grammars"><code class="nixos-option">vim.treesitter.grammars</code></a> and language module tree-sitter package
options created via <code>mkGrammarOption</code>.</p>

File diff suppressed because one or more lines are too long