mirror of https://github.com/helix-editor/helix
deploy: 084a8a9522
parent
0a3fcb82b9
commit
f0c1626374
|
@ -251,6 +251,7 @@ display-messages = true
|
|||
<tr><td><code>attribute</code></td><td></td></tr>
|
||||
<tr><td><code>keyword</code></td><td></td></tr>
|
||||
<tr><td><code>keyword.directive</code></td><td>Preprocessor directives (#if in C)</td></tr>
|
||||
<tr><td><code>keyword.control</code></td><td>Control flow</td></tr>
|
||||
<tr><td><code>namespace</code></td><td></td></tr>
|
||||
<tr><td><code>punctuation</code></td><td></td></tr>
|
||||
<tr><td><code>punctuation.delimiter</code></td><td></td></tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -178,6 +178,7 @@
|
|||
<tr><td><code>attribute</code></td><td></td></tr>
|
||||
<tr><td><code>keyword</code></td><td></td></tr>
|
||||
<tr><td><code>keyword.directive</code></td><td>Preprocessor directives (#if in C)</td></tr>
|
||||
<tr><td><code>keyword.control</code></td><td>Control flow</td></tr>
|
||||
<tr><td><code>namespace</code></td><td></td></tr>
|
||||
<tr><td><code>punctuation</code></td><td></td></tr>
|
||||
<tr><td><code>punctuation.delimiter</code></td><td></td></tr>
|
||||
|
|
Loading…
Reference in New Issue