Skip to content

Commit

Permalink
add additional prism languages
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Nov 3, 2023
1 parent bfa9e78 commit 5aa61a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ module.exports = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
prism: {
additionalLanguages: ['bash', 'diff', 'json'],
},
navbar: {
title: 'Testing Library',
logo: {
Expand Down

0 comments on commit 5aa61a9

Please sign in to comment.