This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git
The following commit(s) were added to refs/heads/main by this push:
new 65a898d feat: add scala & java syntax highlighting (#29)
65a898d is described below
commit 65a898d231b4ab2ce2365dd9c0765aa513fb8503
Author: Semyon <[email protected]>
AuthorDate: Tue Aug 13 11:24:39 2024 +0200
feat: add scala & java syntax highlighting (#29)
* Add scala & java syntax highlighting
* Fix
---
docusaurus.config.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 7ee858e..1f8fae1 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -243,6 +243,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
+ additionalLanguages: ['java', 'scala'],
},
} satisfies Preset.ThemeConfig,
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]