Skip to content

Commit

Permalink
Enabling syntax highlighting for bash
Browse files Browse the repository at this point in the history
	modified:   docusaurus.config.js
  • Loading branch information
abernatskiy committed Jan 4, 2024
1 parent b180752 commit 0ba6ed9
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 @@ -91,7 +91,7 @@ const config = {
},
footer: {},
prism: {
additionalLanguages: ['docker', 'powershell', 'diff', 'json'],
additionalLanguages: ['docker', 'powershell', 'diff', 'json', 'bash'],
theme: lightCodeTheme,
darkTheme: {
...darkCodeTheme,
Expand Down

0 comments on commit 0ba6ed9

Please sign in to comment.