]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide/src/syntax_highlighting/html.rs
Code blocks with tilde also works like code block
[rust.git] / crates / ide / src / syntax_highlighting / html.rs
index 0491ce3635063c474abcf1e0c519071ae18f9427..9777c014c7a1648f933f88ead4341f2b14e1a903 100644 (file)
@@ -71,6 +71,7 @@ fn html_escape(text: &str) -> String {
 .operator.unsafe    { color: #BC8383; }
 .mutable.unsafe     { color: #BC8383; text-decoration: underline; }
 .keyword.unsafe     { color: #BC8383; font-weight: bold; }
+.macro.unsafe       { color: #BC8383; }
 .parameter          { color: #94BFF3; }
 .text               { color: #DCDCCC; }
 .type               { color: #7CB8BB; }