mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-24 05:23:26 +00:00
Deploy PR #1644 preview
This commit is contained in:
parent
6b35322c75
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
|
|
@ -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"><nvf/modules/plugins/treesitter/treesitter.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.treesitter.queries._.type">
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue