summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerke Güzel <wenekar1@gmail.com>2026-02-02 00:10:37 +0300
committerBerke Güzel <wenekar1@gmail.com>2026-02-02 00:10:37 +0300
commita25fbdff3300e44e64bedf36ea0c9fa816832b9c (patch)
tree408094a1183c873b0d156d91b8ee7101cd07f654
parent7863dc306f82dff6348270c0a0b3984fed63b30e (diff)
mediainfo
-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} */