Skip to content

Commit de87b0c

Browse files
author
Wes Cossick
committed
Added basic HTML tag syntax highlight styling
1 parent 0ec4eaf commit de87b0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/css/simplemde.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,18 @@
267267
border: 1px solid #ddd;
268268
padding: 5px;
269269
}
270+
271+
.CodeMirror .CodeMirror-code .cm-tag {
272+
color: #63a35c;
273+
}
274+
275+
.CodeMirror .CodeMirror-code .cm-attribute {
276+
color: #795da3;
277+
}
278+
279+
.CodeMirror .CodeMirror-code .cm-string {
280+
color: #183691;
281+
}
270282

271283
.CodeMirror .CodeMirror-selected {
272284
background: #d9d9d9;

0 commit comments

Comments
 (0)