This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch add_protobuf_json_highlight in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit e753a63f611310e9756bf55e00b806f54b6df35d Author: chaokunyang <[email protected]> AuthorDate: Wed Jan 21 17:19:19 2026 +0800 add protobuf highlight --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index da91dc34f..8150e1113 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -273,7 +273,7 @@ const config: Config = { prism: { theme: prismThemes.github, darkTheme: prismThemes.dracula, - additionalLanguages: ["java", "javascript", "rust", "cpp", "c", "bash", "scala", "python"] + additionalLanguages: ["java", "javascript", "rust", "cpp", "c", "bash", "scala", "python", "protobuf", "json"] }, } satisfies Preset.ThemeConfig, }; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
