From 72219f22679f0194696246ceb5e77618a7f04656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A4ssin=20Aouani?= Date: Wed, 27 Nov 2024 09:13:28 +0100 Subject: [PATCH] add diff to mkc language --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index ebb09c3..ce71d41 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -21,7 +21,7 @@ export default defineNuxtConfig({ documentDriven: true, highlight: { theme: "github-dark", - preload: ["vue", "typescript", "javascript", "bash", "python", "json", "yml"], + preload: ["vue", "typescript", "javascript", "bash", "python", "json", "yml", "diff"], }, },