Skip to content

Commit 60fa349

Browse files
committed
Update markdown languages in nuxt.config.ts to include XML
1 parent d9cea1b commit 60fa349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default defineNuxtConfig({
136136
build: {
137137
markdown: {
138138
highlight: {
139-
langs: ['json', 'java', 'js', 'ts', 'html', 'css', 'vue', 'shell', 'mdc', 'md', 'yaml'],
139+
langs: ['json', 'java', 'xml', 'js', 'ts', 'html', 'css', 'vue', 'shell', 'mdc', 'md', 'yaml'],
140140
theme: {
141141
// Default theme (same as single string)
142142
default: 'github-light',

0 commit comments

Comments
 (0)