Skip to content

Commit

Permalink
Fix bug between prism and redocusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Dec 12, 2023
1 parent 5ca2305 commit dee0884
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 @@ -149,7 +149,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["protobuf", "log", "java"],
additionalLanguages: ["protobuf", "log", "java", "scala"],
magicComments: [
// Remember to extend the default highlight class name as well!
{
Expand Down

0 comments on commit dee0884

Please sign in to comment.