Skip to content

Commit

Permalink
fix(plugin-shiki): lint/formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Dec 24, 2023
1 parent 5395bca commit f391b0c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions plugins/plugin-shiki/src/node/shikiPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import type { Plugin } from '@vuepress/core'
import {

getHighlighter





import { getHighlighter } from 'shikiji'
import type {
BundledLanguage,
BundledTheme,
LanguageInput,
SpecialLanguage,
StringLiteralUnion,
ThemeRegistration,
ThemeRegistrationRaw,
} from 'shikiji'
import type {BundledLanguage, BundledTheme, LanguageInput, SpecialLanguage, StringLiteralUnion, ThemeRegistration, ThemeRegistrationRaw} from 'shikiji';

const defaultTheme = 'nord'

Expand Down

0 comments on commit f391b0c

Please sign in to comment.