Skip to content

Commit

Permalink
fix(sdks/ruby): enable syntax highlight (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Jul 20, 2023
1 parent d1ad354 commit 36ccc24
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 @@ -124,7 +124,7 @@ module.exports = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['php'],
additionalLanguages: ['php', 'ruby'],
},
colorMode: {
defaultMode: 'dark',
Expand Down

0 comments on commit 36ccc24

Please sign in to comment.