This commit is contained in:
Zef Hemel
2022-12-05 13:07:38 +01:00
parent 3175b3c948
commit 0b82d248d3
6 changed files with 14 additions and 8 deletions
+1
View File
@@ -40,6 +40,7 @@ export default function highlightStyles(mdExtension: MDExt[]) {
{ tag: [t.regexp, t.escape, t.special(t.string)], class: "sb-string2" },
{ tag: t.variableName, class: "sb-variableName" },
{ tag: t.typeName, class: "sb-typeName" },
{ tag: t.strikethrough, class: "sb-strikethrough" },
{ tag: t.comment, class: "sb-comment" },
{ tag: t.invalid, class: "sb-invalid" },
{ tag: t.processingInstruction, class: "sb-meta" },