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 cb04de4 commit ca998e8Copy full SHA for ca998e8
packages/rehype-shiki/src/highlighter.mjs
@@ -20,6 +20,7 @@ export const createHighlighter = options => {
20
engine: createJavaScriptRegexEngine(),
21
...options,
22
});
23
+
24
const theme = options.themes?.[0] ?? DEFAULT_THEME;
25
const langs = options.langs ?? [];
26
0 commit comments