diff options
Diffstat (limited to 'crates/ra_ide/test_data/highlight_unsafe.html')
-rw-r--r-- | crates/ra_ide/test_data/highlight_unsafe.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/ra_ide/test_data/highlight_unsafe.html b/crates/ra_ide/test_data/highlight_unsafe.html index 6936e949f..7585fbb42 100644 --- a/crates/ra_ide/test_data/highlight_unsafe.html +++ b/crates/ra_ide/test_data/highlight_unsafe.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="keyword unsafe">unsafe</span> <span class="keyword">fn</span> <span class="function declaration unsafe">unsafe_fn</span>() {} | 38 | <pre><code><span class="keyword unsafe">unsafe</span> <span class="keyword">fn</span> <span class="function declaration unsafe">unsafe_fn</span>() {} |
38 | 39 | ||