summaryrefslogtreecommitdiff
path: root/mdsvex.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'mdsvex.config.js')
-rw-r--r--mdsvex.config.js2
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} */