pull/11885/head
the-mikedavis 2022-08-14 13:35:34 +00:00
parent 41707356c2
commit 626a49a106
4 changed files with 10 additions and 4 deletions

View File

@ -1185,6 +1185,9 @@ over it and is merged into the default palette.</p>
<a href="https://macromates.com/manual/en/language_grammars">TextMate</a> scopes.</p>
<ul>
<li>
<p><code>attribute</code> - Class attributes, html tag attributes</p>
</li>
<li>
<p><code>type</code> - Types</p>
<ul>
<li><code>builtin</code> - Primitive types provided by the language (<code>int</code>, <code>usize</code>)</li>
@ -1248,7 +1251,6 @@ over it and is merged into the default palette.</p>
<li><code>member</code> - Fields of composite data types (e.g. structs, unions)</li>
</ul>
</li>
<li><code>function</code> (TODO: ?)</li>
</ul>
</li>
<li>
@ -1259,6 +1261,7 @@ over it and is merged into the default palette.</p>
<ul>
<li><code>delimiter</code> - Commas, colons</li>
<li><code>bracket</code> - Parentheses, angle brackets, etc.</li>
<li><code>special</code> - String interpolation brackets.</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

View File

@ -213,6 +213,9 @@ over it and is merged into the default palette.</p>
<a href="https://macromates.com/manual/en/language_grammars">TextMate</a> scopes.</p>
<ul>
<li>
<p><code>attribute</code> - Class attributes, html tag attributes</p>
</li>
<li>
<p><code>type</code> - Types</p>
<ul>
<li><code>builtin</code> - Primitive types provided by the language (<code>int</code>, <code>usize</code>)</li>
@ -276,7 +279,6 @@ over it and is merged into the default palette.</p>
<li><code>member</code> - Fields of composite data types (e.g. structs, unions)</li>
</ul>
</li>
<li><code>function</code> (TODO: ?)</li>
</ul>
</li>
<li>
@ -287,6 +289,7 @@ over it and is merged into the default palette.</p>
<ul>
<li><code>delimiter</code> - Commas, colons</li>
<li><code>bracket</code> - Parentheses, angle brackets, etc.</li>
<li><code>special</code> - String interpolation brackets.</li>
</ul>
</li>
<li>