Skip to content

Commit 234587f

Browse files
committed
Remove duplicate t.separator
1 parent 3861147 commit 234587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const syntaxTheme = HighlightStyle.define([
8989
},
9090
{ tag: [t.function(t.variableName), t.labelName], class: "cm-variable" },
9191
{ tag: [t.color, t.constant(t.name), t.standard(t.name)], class: "cm-atom" },
92-
{ tag: [t.definition(t.name), t.separator], class: "cm-def" },
92+
{ tag: [t.definition(t.name)], class: "cm-def" },
9393
{
9494
tag: [
9595
t.typeName,

0 commit comments

Comments
 (0)