aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/snapshots/rainbow_highlighting.html
diff options
context:
space:
mode:
authorPaul Daniel Faria <[email protected]>2020-05-28 14:30:19 +0100
committerPaul Daniel Faria <[email protected]>2020-06-27 15:13:14 +0100
commitf678e0d837e472dc2f1421f89f794d33f3ade55c (patch)
tree0b8501bce63bc5b340f67fe770dbbcb41ecee2e4 /crates/ra_ide/src/snapshots/rainbow_highlighting.html
parent6c1682396c9894da07af74b43c2443e9bde89be4 (diff)
Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation to its own file
Diffstat (limited to 'crates/ra_ide/src/snapshots/rainbow_highlighting.html')
-rw-r--r--crates/ra_ide/src/snapshots/rainbow_highlighting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/snapshots/rainbow_highlighting.html b/crates/ra_ide/src/snapshots/rainbow_highlighting.html
index 9516c7441..f5fb96f55 100644
--- a/crates/ra_ide/src/snapshots/rainbow_highlighting.html
+++ b/crates/ra_ide/src/snapshots/rainbow_highlighting.html
@@ -12,7 +12,7 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
12.string_literal { color: #CC9393; } 12.string_literal { color: #CC9393; }
13.field { color: #94BFF3; } 13.field { color: #94BFF3; }
14.function { color: #93E0E3; } 14.function { color: #93E0E3; }
15.function.unsafe { color: #BC8383; } 15.function.unsafe { color: #E28C14; }
16.operator.unsafe { color: #BC8383; } 16.operator.unsafe { color: #BC8383; }
17.parameter { color: #94BFF3; } 17.parameter { color: #94BFF3; }
18.text { color: #DCDCCC; } 18.text { color: #DCDCCC; }