Skip to content

Commit 8f35bb8

Browse files
authored
Add syntax highlight for additional coding languages (#849)
1 parent cfa1952 commit 8f35bb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ const config = {
492492
prism: {
493493
theme: prismThemes.github,
494494
darkTheme: prismThemes.dracula,
495+
additionalLanguages: ['csharp', 'docker', 'java', 'json', 'log', 'properties', 'python', 'scala', 'sql', 'toml'],
495496
},
496497
announcementBar: {
497498
id: 'new_version',

0 commit comments

Comments
 (0)