Skip to content

Commit

Permalink
Updated prism configuration to support bash, json and php languages
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Apr 10, 2024
1 parent a0093b0 commit 37b867f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['bash', 'json', 'php']
},
}),
};
Expand Down

0 comments on commit 37b867f

Please sign in to comment.