Skip to content

Commit

Permalink
add diff to mkc language
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 27, 2024
1 parent 49ca5dd commit 72219f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
},

Expand Down

0 comments on commit 72219f2

Please sign in to comment.