mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
4b46bd9bdc
commit
246bd7a516
1 changed files with 1 additions and 1 deletions
|
@ -3,10 +3,10 @@ import type { ThemePresets } from '@astrojs/markdown-remark';
|
|||
import type {
|
||||
BuiltinLanguage,
|
||||
LanguageRegistration,
|
||||
ShikiTransformer,
|
||||
SpecialLanguage,
|
||||
ThemeRegistration,
|
||||
ThemeRegistrationRaw,
|
||||
ShikiTransformer,
|
||||
} from 'shiki';
|
||||
import { bundledLanguages } from 'shiki/langs';
|
||||
import { getCachedHighlighter } from '../dist/core/shiki.js';
|
||||
|
|
Loading…
Add table
Reference in a new issue