We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3861147 commit 234587fCopy full SHA for 234587f
src/components/interactive-code-block/codemirror-theme.tsx
@@ -89,7 +89,7 @@ export const syntaxTheme = HighlightStyle.define([
89
},
90
{ tag: [t.function(t.variableName), t.labelName], class: "cm-variable" },
91
{ 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" },
+ { tag: [t.definition(t.name)], class: "cm-def" },
93
{
94
tag: [
95
t.typeName,
0 commit comments