diff options
author | Leander Tentrup <[email protected]> | 2020-04-28 08:44:20 +0100 |
---|---|---|
committer | Leander Tentrup <[email protected]> | 2020-04-28 10:13:12 +0100 |
commit | 052e9faa90050947dc24847ecfb15eb8168c8e5b (patch) | |
tree | 889b51242a6a3fd547d6adc5e8940361191264b6 /crates/ra_ide/src/snapshots/highlight_injection.html | |
parent | da1f316b0246ce41d7cb8560181e294089f06ef3 (diff) |
Introduce new semantic highlight token for format specifier
Diffstat (limited to 'crates/ra_ide/src/snapshots/highlight_injection.html')
-rw-r--r-- | crates/ra_ide/src/snapshots/highlight_injection.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide/src/snapshots/highlight_injection.html b/crates/ra_ide/src/snapshots/highlight_injection.html index 6ec13bd80..ea026d7a0 100644 --- a/crates/ra_ide/src/snapshots/highlight_injection.html +++ b/crates/ra_ide/src/snapshots/highlight_injection.html | |||
@@ -20,6 +20,7 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
20 | .macro { color: #94BFF3; } | 20 | .macro { color: #94BFF3; } |
21 | .module { color: #AFD8AF; } | 21 | .module { color: #AFD8AF; } |
22 | .variable { color: #DCDCCC; } | 22 | .variable { color: #DCDCCC; } |
23 | .format_specifier { color: #CC696B; } | ||
23 | .mutable { text-decoration: underline; } | 24 | .mutable { text-decoration: underline; } |
24 | 25 | ||
25 | .keyword { color: #F0DFAF; font-weight: bold; } | 26 | .keyword { color: #F0DFAF; font-weight: bold; } |