diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-12-17 13:46:12 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-17 13:46:12 +0000 |
commit | f51a3fed9f8227a2b3bc8521b529cb9734ff0e7e (patch) | |
tree | 9a7b26c97e4254c90f2ded7073f3fb038f5b2f98 /crates/ra_ide/src/syntax_highlighting.rs | |
parent | 4a58522119955f36d95212be902fe3ab79c5e922 (diff) | |
parent | 1c8467e20aa8d481a4583a1c2cf40fad3d2ff53c (diff) |
Merge #2580
2580: Fix highlighting token names r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide/src/syntax_highlighting.rs')
-rw-r--r-- | crates/ra_ide/src/syntax_highlighting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index eb3dd1779..15e75709c 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs | |||
@@ -284,9 +284,9 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
284 | .string { color: #CC9393; } | 284 | .string { color: #CC9393; } |
285 | .function { color: #93E0E3; } | 285 | .function { color: #93E0E3; } |
286 | .parameter { color: #94BFF3; } | 286 | .parameter { color: #94BFF3; } |
287 | .builtin { color: #DD6718; } | ||
288 | .text { color: #DCDCCC; } | 287 | .text { color: #DCDCCC; } |
289 | .type { color: #7CB8BB; } | 288 | .type { color: #7CB8BB; } |
289 | .type\\.builtin { color: #8CD0D3; } | ||
290 | .type\\.param { color: #20999D; } | 290 | .type\\.param { color: #20999D; } |
291 | .attribute { color: #94BFF3; } | 291 | .attribute { color: #94BFF3; } |
292 | .literal { color: #BFEBBF; } | 292 | .literal { color: #BFEBBF; } |