mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: 0e7d757869
This commit is contained in:
parent
c734985a0e
commit
4469304214
@ -164,6 +164,7 @@ directory</a>.</p>
|
||||
<tr><td>shebangs</td><td>The interpreters from the shebang line, for example <code>["sh", "bash"]</code></td></tr>
|
||||
<tr><td>roots</td><td>A set of marker files to look for when trying to find the workspace root. For example <code>Cargo.lock</code>, <code>yarn.lock</code></td></tr>
|
||||
<tr><td>auto-format</td><td>Whether to autoformat this language when saving</td></tr>
|
||||
<tr><td>diagnostic-severity</td><td>Minimal severity of diagnostic for it to be displayed. (Allowed values: <code>Error</code>, <code>Warning</code>, <code>Info</code>, <code>Hint</code>)</td></tr>
|
||||
<tr><td>comment-token</td><td>The token to use as a comment-token</td></tr>
|
||||
<tr><td>indent</td><td>The indent to use. Has sub keys <code>tab-width</code> and <code>unit</code></td></tr>
|
||||
<tr><td>config</td><td>Language server configuration</td></tr>
|
||||
|
@ -1003,6 +1003,7 @@ directory</a>.</p>
|
||||
<tr><td>shebangs</td><td>The interpreters from the shebang line, for example <code>["sh", "bash"]</code></td></tr>
|
||||
<tr><td>roots</td><td>A set of marker files to look for when trying to find the workspace root. For example <code>Cargo.lock</code>, <code>yarn.lock</code></td></tr>
|
||||
<tr><td>auto-format</td><td>Whether to autoformat this language when saving</td></tr>
|
||||
<tr><td>diagnostic-severity</td><td>Minimal severity of diagnostic for it to be displayed. (Allowed values: <code>Error</code>, <code>Warning</code>, <code>Info</code>, <code>Hint</code>)</td></tr>
|
||||
<tr><td>comment-token</td><td>The token to use as a comment-token</td></tr>
|
||||
<tr><td>indent</td><td>The indent to use. Has sub keys <code>tab-width</code> and <code>unit</code></td></tr>
|
||||
<tr><td>config</td><td>Language server configuration</td></tr>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user