Skip to content

Commit

Permalink
add pHp in additionalLanguages
Browse files Browse the repository at this point in the history
  • Loading branch information
heysujal committed Jul 28, 2023
1 parent 194f14f commit 66aa971
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 @@ -461,7 +461,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'],
additionalLanguages: ['java', 'latex', 'pHp'],
magicComments: [
{
className: 'theme-code-block-highlighted-line',
Expand Down

0 comments on commit 66aa971

Please sign in to comment.