diff options
Diffstat (limited to 'crates/ra_ide/src/snapshots/highlighting.html')
-rw-r--r-- | crates/ra_ide/src/snapshots/highlighting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/snapshots/highlighting.html b/crates/ra_ide/src/snapshots/highlighting.html index 40605d9ef..2157139f6 100644 --- a/crates/ra_ide/src/snapshots/highlighting.html +++ b/crates/ra_ide/src/snapshots/highlighting.html | |||
@@ -7,9 +7,9 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
7 | .string { color: #CC9393; } | 7 | .string { color: #CC9393; } |
8 | .function { color: #93E0E3; } | 8 | .function { color: #93E0E3; } |
9 | .parameter { color: #94BFF3; } | 9 | .parameter { color: #94BFF3; } |
10 | .builtin { color: #DD6718; } | ||
11 | .text { color: #DCDCCC; } | 10 | .text { color: #DCDCCC; } |
12 | .type { color: #7CB8BB; } | 11 | .type { color: #7CB8BB; } |
12 | .type\.builtin { color: #8CD0D3; } | ||
13 | .type\.param { color: #20999D; } | 13 | .type\.param { color: #20999D; } |
14 | .attribute { color: #94BFF3; } | 14 | .attribute { color: #94BFF3; } |
15 | .literal { color: #BFEBBF; } | 15 | .literal { color: #BFEBBF; } |