From e68348bf8ee1385c281b8023bae6fbc97882d30a Mon Sep 17 00:00:00 2001 From: Zhe Zhang Date: Tue, 7 Nov 2023 02:17:09 -0800 Subject: [PATCH] Enable syntax highlighting for python code --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5858505..1ed81bb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -122,6 +122,7 @@ const config = { prism: { theme: lightCodeTheme, darkTheme: darkCodeTheme, + additionalLanguages: ['python'], }, }), }