aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/shiki.bundle.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/shiki.bundle.ts')
-rw-r--r--frontend/app/shiki.bundle.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/shiki.bundle.ts b/frontend/app/shiki.bundle.ts
index 22b0ce2..aeec5a0 100644
--- a/frontend/app/shiki.bundle.ts
+++ b/frontend/app/shiki.bundle.ts
@@ -5,8 +5,8 @@ import type {
HighlighterGeneric,
} from '@shikijs/types'
import {
+ createBundledHighlighter,
createSingletonShorthands,
- createdBundledHighlighter,
} from '@shikijs/core'
import { createJavaScriptRegexEngine } from '@shikijs/engine-javascript'
@@ -23,7 +23,7 @@ const bundledThemes = {
'github-light': () => import('@shikijs/themes/github-light'),
} as Record<BundledTheme, DynamicImportThemeRegistration>
-const createHighlighter = /* @__PURE__ */ createdBundledHighlighter<
+const createHighlighter = /* @__PURE__ */ createBundledHighlighter<
BundledLanguage,
BundledTheme
>({