Skip to content

Commit

Permalink
docs(website): Enable syntax highlighting for batch code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
  • Loading branch information
mnonnenmacher committed Jan 23, 2024
1 parent 0ab9e49 commit 7cb26cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['bash'],
additionalLanguages: ['bash', 'batch'],
},
algolia: {
// The application ID provided by Algolia.
Expand Down

0 comments on commit 7cb26cf

Please sign in to comment.