diff options
author | Aleksey Kladov <[email protected]> | 2020-07-11 13:50:00 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-11 13:51:41 +0100 |
commit | e1d6b7f7c48d82c3c03550bc702e64cd7d079c99 (patch) | |
tree | 5b39f39acd93780faa5809dda2b11cec106ad182 /crates/ra_ide/test_data/highlight_doctest.html | |
parent | 87ddcba05fe1a80e293565cd09a61c83adc6bc7d (diff) |
Use dedicated semantic highlight tag for parameters
closes #5106
Diffstat (limited to 'crates/ra_ide/test_data/highlight_doctest.html')
-rw-r--r-- | crates/ra_ide/test_data/highlight_doctest.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/ra_ide/test_data/highlight_doctest.html b/crates/ra_ide/test_data/highlight_doctest.html index e8155def7..a77fabb68 100644 --- a/crates/ra_ide/test_data/highlight_doctest.html +++ b/crates/ra_ide/test_data/highlight_doctest.html | |||
@@ -24,15 +24,16 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
24 | .bool_literal { color: #BFE6EB; } | 24 | .bool_literal { color: #BFE6EB; } |
25 | .macro { color: #94BFF3; } | 25 | .macro { color: #94BFF3; } |
26 | .module { color: #AFD8AF; } | 26 | .module { color: #AFD8AF; } |
27 | .value_param { color: #DCDCCC; } | ||
27 | .variable { color: #DCDCCC; } | 28 | .variable { color: #DCDCCC; } |
28 | .format_specifier { color: #CC696B; } | 29 | .format_specifier { color: #CC696B; } |
29 | .mutable { text-decoration: underline; } | 30 | .mutable { text-decoration: underline; } |
30 | .unresolved_reference { color: #FC5555; } | ||
31 | .escape_sequence { color: #94BFF3; } | 31 | .escape_sequence { color: #94BFF3; } |
32 | |||
33 | .keyword { color: #F0DFAF; font-weight: bold; } | 32 | .keyword { color: #F0DFAF; font-weight: bold; } |
34 | .keyword.unsafe { color: #BC8383; font-weight: bold; } | 33 | .keyword.unsafe { color: #BC8383; font-weight: bold; } |
35 | .control { font-style: italic; } | 34 | .control { font-style: italic; } |
35 | |||
36 | .unresolved_reference { color: #FC5555; text-decoration: wavy underline; } | ||
36 | </style> | 37 | </style> |
37 | <pre><code><span class="comment documentation">/// ```</span> | 38 | <pre><code><span class="comment documentation">/// ```</span> |
38 | <span class="comment documentation">/// </span><span class="keyword injected">let</span><span class="generic injected"> _ = </span><span class="string_literal injected">"early doctests should not go boom"</span><span class="generic injected">;</span> | 39 | <span class="comment documentation">/// </span><span class="keyword injected">let</span><span class="generic injected"> _ = </span><span class="string_literal injected">"early doctests should not go boom"</span><span class="generic injected">;</span> |