Skip to content

Commit

Permalink
Add gradle and shell-sesion for syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Jan 21, 2025
1 parent 3381307 commit 6445d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['csharp', 'docker', 'java', 'json', 'log', 'properties', 'python', 'scala', 'sql', 'toml'],
additionalLanguages: ['csharp', 'docker', 'gradle', 'java', 'json', 'log', 'properties', 'python', 'scala', 'shell-session', 'sql', 'toml'],
},
announcementBar: {
id: 'new_version',
Expand Down

0 comments on commit 6445d12

Please sign in to comment.