mirror of https://github.com/helix-editor/helix
deploy: 7983c71752
parent
ead326b032
commit
97b1040a3b
|
@ -1143,6 +1143,7 @@ over it and is merged into the default palette.</p>
|
|||
<li><code>operator</code> - <code>or</code>, <code>in</code></li>
|
||||
<li><code>directive</code> - Preprocessor directives (<code>#if</code> in C) </li>
|
||||
<li><code>function</code> - <code>fn</code>, <code>func</code></li>
|
||||
<li><code>storage</code> - Keywords that affect the storage of a variable, function or data structure <code>static</code>, <code>mut</code>, <code>const</code>, <code>ref</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -302,6 +302,7 @@ over it and is merged into the default palette.</p>
|
|||
<li><code>operator</code> - <code>or</code>, <code>in</code></li>
|
||||
<li><code>directive</code> - Preprocessor directives (<code>#if</code> in C) </li>
|
||||
<li><code>function</code> - <code>fn</code>, <code>func</code></li>
|
||||
<li><code>storage</code> - Keywords that affect the storage of a variable, function or data structure <code>static</code>, <code>mut</code>, <code>const</code>, <code>ref</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue