aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/highlighting.html
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/snapshots/highlighting.html')
-rw-r--r--crates/ra_ide_api/src/snapshots/highlighting.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/crates/ra_ide_api/src/snapshots/highlighting.html b/crates/ra_ide_api/src/snapshots/highlighting.html
index 709816d0d..af7b4a0d0 100644
--- a/crates/ra_ide_api/src/snapshots/highlighting.html
+++ b/crates/ra_ide_api/src/snapshots/highlighting.html
@@ -9,14 +9,15 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
9.parameter { color: #94BFF3; } 9.parameter { color: #94BFF3; }
10.builtin { color: #DD6718; } 10.builtin { color: #DD6718; }
11.text { color: #DCDCCC; } 11.text { color: #DCDCCC; }
12.attribute { color: #BFEBBF; } 12.attribute { color: #94BFF3; }
13.literal { color: #DFAF8F; } 13.literal { color: #BFEBBF; }
14.macro { color: #DFAF8F; } 14.macro { color: #94BFF3; }
15.variable\.mut { color: #DFAF8F; } 15.variable { color: #DCDCCC; }
16.variable\.mut { color: #DCDCCC; text-decoration: underline; }
16 17
17.keyword { color: #F0DFAF; } 18.keyword { color: #F0DFAF; }
18.keyword\.unsafe { color: #F0DFAF; font-weight: bold; } 19.keyword\.unsafe { color: #DFAF8F; }
19.keyword\.control { color: #DC8CC3; } 20.keyword\.control { color: #F0DFAF; font-weight: bold; }
20</style> 21</style>
21<pre><code><span class="attribute">#</span><span class="attribute">[</span><span class="attribute">derive</span><span class="attribute">(</span><span class="attribute">Clone</span><span class="attribute">,</span><span class="attribute"> </span><span class="attribute">Debug</span><span class="attribute">)</span><span class="attribute">]</span> 22<pre><code><span class="attribute">#</span><span class="attribute">[</span><span class="attribute">derive</span><span class="attribute">(</span><span class="attribute">Clone</span><span class="attribute">,</span><span class="attribute"> </span><span class="attribute">Debug</span><span class="attribute">)</span><span class="attribute">]</span>
22<span class="keyword">struct</span> <span class="type">Foo</span> { 23<span class="keyword">struct</span> <span class="type">Foo</span> {