Skip to content

Commit

Permalink
Add missing prism languages
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 6, 2023
1 parent 6abdf22 commit 00c4947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ module.exports = async function createConfigAsync() {
content: `⭐️ If you like Docusaurus, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/facebook/docusaurus">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/docusaurus">Twitter ${TwitterSvg}</a>`,
},
prism: {
additionalLanguages: ['java', 'latex', 'PHp'],
additionalLanguages: ['java', 'latex', 'PHp', 'bash', 'diff', 'json'],
magicComments: [
{
className: 'theme-code-block-highlighted-line',
Expand Down

0 comments on commit 00c4947

Please sign in to comment.