Skip to content

Commit

Permalink
[react-syntax-highlighter] update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
0753Ljuc committed Apr 26, 2024
1 parent f99c768 commit 488f7d5
Showing 1 changed file with 48 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,54 @@ import createElement from "react-syntax-highlighter/dist/esm/create-element";
import javascript from "react-syntax-highlighter/dist/esm/languages/hljs/javascript";
import PrismSyntaxHighlighter from "react-syntax-highlighter/dist/esm/prism";
import { docco } from "react-syntax-highlighter/dist/esm/styles/hljs";
import { coldarkCold, coldarkDark, oneDark, oneLight } from "react-syntax-highlighter/dist/esm/styles/prism";
import {
a11yDark,
atomDark,
base16AteliersulphurpoolLight,
cb,
coldarkCold,
coldarkDark,
coy,
coyWithoutShadows,
darcula,
dark,
dracula,
duotoneDark,
duotoneEarth,
duotoneForest,
duotoneLight,
duotoneSea,
duotoneSpace,
// @ts-expect-error
foo,
funky,
ghcolors,
gruvboxDark,
gruvboxLight,
holiTheme,
hopscotch,
lucario,
materialDark,
materialLight,
materialOceanic,
nightOwl,
nord,
okaidia,
oneDark,
oneLight,
pojoaque,
prism,
shadesOfPurple,
solarizedDarkAtom,
solarizedlight,
synthwave84,
tomorrow,
twilight,
vs,
vscDarkPlus,
xonokai,
zTouch,
} from "react-syntax-highlighter/dist/esm/styles/prism";

const codeString = `class CPP {
private year: number;
Expand Down

0 comments on commit 488f7d5

Please sign in to comment.