Skip to content

Commit 70e896c

Browse files
authored
Fix md preview substr highlighting (microsoft#208337)
Fix substr highlighting Fixes microsoft#205515
1 parent 3132200 commit 70e896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/markdown-language-features/media/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d
159159
color: #a31515;
160160
}
161161

162+
.vscode-light .hljs-subst,
162163
.vscode-light .hljs-selector-attr,
163164
.vscode-light .hljs-selector-pseudo,
164165
.vscode-light .hljs-meta,
165166
.vscode-light .hljs-meta-keyword {
166167
color: #2b91af;
167168
}
168-
169169
.vscode-light .hljs-title,
170170
.vscode-light .hljs-doctag {
171171
color: #808080;

0 commit comments

Comments
 (0)