Skip to content

Commit

Permalink
Add bash syntax highlighter (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey authored Apr 30, 2024
1 parent c6e3126 commit 1fc51d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['bash'],
},
}),
};
Expand Down

0 comments on commit 1fc51d0

Please sign in to comment.