Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 27, 2023
1 parent 277cb85 commit 0095144
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/plugin-shiki/src/node/shikiPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ import type {
ThemeRegistrationRaw,
} from 'shikiji'

export type ShikiTheme =
| ThemeRegistration
| ThemeRegistrationRaw
| StringLiteralUnion<BundledTheme>

export type ShikiLang =
| LanguageInput
| StringLiteralUnion<BundledLanguage>
| SpecialLanguage

export type ShikiTheme =
| ThemeRegistration
| ThemeRegistrationRaw
| StringLiteralUnion<BundledTheme>

/**
* Options of @vuepress/plugin-shiki
*/
Expand Down

0 comments on commit 0095144

Please sign in to comment.