[docs] Enable Java syntax highlighting on website

Summary: Java is not enabled by default in Prism (docusaurus's syntax highlighter). Let's fix that.

Reviewed By: jvillard

Differential Revision: D22019432

fbshipit-source-id: cc624fd08
master
Artem Pianykh 5 years ago committed by Facebook GitHub Bot
parent 05b6a1e789
commit f22d7e2fd0

@ -72,6 +72,9 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`,
},
prism: {
additionalLanguages: ['java'],
},
},
presets: [
[

Loading…
Cancel
Save