Skip to content

Commit e8bde7b

Browse files
committed
use the same highlight style for string and special string
1 parent d1fdd63 commit e8bde7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/CodeMirror.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,11 @@ module CM6 = {
404404
color: "#164",
405405
},
406406
{
407-
tag: [Tags.string, Tags.deleted],
407+
tag: [Tags.string, Tags.special(Tags.string), Tags.deleted],
408408
color: "#a11",
409409
},
410410
{
411-
tag: [Tags.regexp, Tags.escape, Tags.special(Tags.string)],
411+
tag: [Tags.regexp, Tags.escape],
412412
color: "#040",
413413
},
414414
{

0 commit comments

Comments
 (0)