From 30414dccf584f23d2ac1ecca502882066798a6a9 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 26 Dec 2015 17:32:23 +0100 Subject: [PATCH] Highlight doc comments as well --- _sass/_syntax.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss index bbe21d92..c8ccb765 100644 --- a/_sass/_syntax.scss +++ b/_sass/_syntax.scss @@ -5,7 +5,7 @@ .highlight .o { color: #555 } /* Operator */ .highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #099 } /* Comment.Preproc */ -.highlight .c1 { color: #09f; font-style: italic } /* Comment.Single */ +.highlight .c1, .c-Doc { color: #09f; font-style: italic } /* Comment.Single */ .highlight .cs { color: #09f; font-weight: bold; font-style: italic } /* Comment.Special */ .highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */