Skip to content

Commit 8bf7e78

Browse files
committed
fix(docs): fix highlight error without bash language
1 parent 39fe00e commit 8bf7e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/docs/src/app/app.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const appConfig: ApplicationConfig = {
2424
xml: () => import('highlight.js/lib/languages/xml'),
2525
json: () => import('highlight.js/lib/languages/json'),
2626
diff: () => import('highlight.js/lib/languages/diff'),
27+
bash: () => import('highlight.js/lib/languages/bash'),
2728
},
2829
}),
2930
],

0 commit comments

Comments
 (0)