Skip to content

Commit ca998e8

Browse files
avivkellerovflowd
andauthored
Update packages/rehype-shiki/src/highlighter.mjs
Co-authored-by: Claudio W. <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
1 parent cb04de4 commit ca998e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rehype-shiki/src/highlighter.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const createHighlighter = options => {
2020
engine: createJavaScriptRegexEngine(),
2121
...options,
2222
});
23+
2324
const theme = options.themes?.[0] ?? DEFAULT_THEME;
2425
const langs = options.langs ?? [];
2526

0 commit comments

Comments
 (0)