Skip to content

Commit

Permalink
fix(docs): fix highlight error without bash language
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Aug 16, 2024
1 parent 39fe00e commit 8bf7e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/docs/src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const appConfig: ApplicationConfig = {
xml: () => import('highlight.js/lib/languages/xml'),
json: () => import('highlight.js/lib/languages/json'),
diff: () => import('highlight.js/lib/languages/diff'),
bash: () => import('highlight.js/lib/languages/bash'),
},
}),
],
Expand Down

0 comments on commit 8bf7e78

Please sign in to comment.