Skip to content

Commit 6d62721

Browse files
authored
Add gradle and shell-session for syntax highlighting (#851)
1 parent 15a0b8b commit 6d62721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +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'],
495+
additionalLanguages: ['csharp', 'docker', 'gradle', 'java', 'json', 'log', 'properties', 'python', 'scala', 'shell-session', 'sql', 'toml'],
496496
},
497497
announcementBar: {
498498
id: 'new_version',

0 commit comments

Comments
 (0)