Skip to content

Commit 80f3a44

Browse files
committed
Add gradle and shell-session for syntax highlighting
1 parent 3381307 commit 80f3a44

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
@@ -409,7 +409,7 @@ const config = {
409409
prism: {
410410
theme: prismThemes.github,
411411
darkTheme: prismThemes.dracula,
412-
additionalLanguages: ['csharp', 'docker', 'java', 'json', 'log', 'properties', 'python', 'scala', 'sql', 'toml'],
412+
additionalLanguages: ['csharp', 'docker', 'gradle', 'java', 'json', 'log', 'properties', 'python', 'scala', 'shell-session', 'sql', 'toml'],
413413
},
414414
announcementBar: {
415415
id: 'new_version',

0 commit comments

Comments
 (0)