Add light syntax colors for embedded strings

Closes #598
This commit is contained in:
Kevin Sawicki 2013-06-24 08:33:18 -07:00
parent f81f95e830
commit dae28d2222

View File

@ -48,6 +48,14 @@
color: #D14;
}
.source .string .source {
color: #5A5A5A;
.punctuation.section.embedded {
color: #920B2D;
}
}
.constant {
&.numeric {
color: #D14;