SemyonSinchenko opened a new issue, #586: URL: https://github.com/apache/incubator-graphar/issues/586
### Describe the enhancement requested At the moment there is no highlighting of the syntax for scala and java in docs. According to [docs](https://docusaurus.io/docs/markdown-features/code-blocks#supported-languages) we need to add the following: ```ts export default { // ... themeConfig: { prism: { additionalLanguages: ['scala', 'java'], }, // ... }, }; ``` ### Component(s) Java, Spark, Documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
