Skip to content

Commit 0dfd34d

Browse files
committed
Match the coloring on t.separator [,:] between Lezer and Shiki
1 parent ebd8a4d commit 0dfd34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/interactive-code-block/codemirror-theme.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export const syntaxTheme = HighlightStyle.define([
112112
t.regexp,
113113
t.link,
114114
t.special(t.string),
115+
t.separator,
115116
],
116117
class: "cm-punctuation",
117118
},

0 commit comments

Comments
 (0)