diff options
| -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} */ |
