This commit is contained in:
the-mikedavis 2022-09-26 12:56:29 +00:00
parent aa3af56055
commit f4e23dc92a
4 changed files with 4 additions and 2 deletions

View File

@ -186,6 +186,7 @@ formatter = { command = "mylang-formatter" , args = ["--stdin&quo
<tr><td><code>config</code></td><td>Language Server configuration</td></tr>
<tr><td><code>grammar</code></td><td>The tree-sitter grammar to use (defaults to the value of <code>name</code>)</td></tr>
<tr><td><code>formatter</code></td><td>The formatter for the language, it will take precedence over the lsp when defined. The formatter must be able to take the original file as input from stdin and write the formatted file to stdout</td></tr>
<tr><td><code>max-line-length</code></td><td>Maximum line length. Used for the <code>:reflow</code> command</td></tr>
</tbody></table>
</div>
<h3 id="language-server-configuration"><a class="header" href="#language-server-configuration">Language Server configuration</a></h3>

View File

@ -1556,6 +1556,7 @@ formatter = { command = &quot;mylang-formatter&quot; , args = [&quot;--stdin&quo
<tr><td><code>config</code></td><td>Language Server configuration</td></tr>
<tr><td><code>grammar</code></td><td>The tree-sitter grammar to use (defaults to the value of <code>name</code>)</td></tr>
<tr><td><code>formatter</code></td><td>The formatter for the language, it will take precedence over the lsp when defined. The formatter must be able to take the original file as input from stdin and write the formatted file to stdout</td></tr>
<tr><td><code>max-line-length</code></td><td>Maximum line length. Used for the <code>:reflow</code> command</td></tr>
</tbody></table>
</div>
<h3 id="language-server-configuration"><a class="header" href="#language-server-configuration">Language Server configuration</a></h3>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long