diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-02-02 00:10:37 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-02-02 00:10:37 +0300 |
| commit | a25fbdff3300e44e64bedf36ea0c9fa816832b9c (patch) | |
| tree | 408094a1183c873b0d156d91b8ee7101cd07f654 /mdsvex.config.js | |
| parent | 7863dc306f82dff6348270c0a0b3984fed63b30e (diff) | |
mediainfo
Diffstat (limited to 'mdsvex.config.js')
| -rw-r--r-- | mdsvex.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdsvex.config.js b/mdsvex.config.js index e936267..7476259 100644 --- a/mdsvex.config.js +++ b/mdsvex.config.js @@ -2,7 +2,7 @@ import { createHighlighter } from 'shiki'; const highlighter = await createHighlighter({ themes: ['ayu-dark'], - langs: ['javascript', 'typescript', 'svelte', 'html', 'css', 'bash', 'json', 'yaml', 'markdown'] + langs: ['javascript', 'typescript', 'svelte', 'html', 'css', 'bash', 'json', 'yaml', 'markdown', 'python'] }); /** @type {import('mdsvex').MdsvexOptions} */ |
