Skip to content

Commit

Permalink
fix: allow syntax highlighting on JSON5
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed May 13, 2024
1 parent 2999b7d commit 55e8937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apify-docs-theme/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const themeConfig = ({
defaultLanguage: 'typescript',
theme: require('prism-react-renderer').themes.github,
darkTheme: require('prism-react-renderer').themes.dracula,
additionalLanguages: ['docker', 'log', 'php'],
additionalLanguages: ['docker', 'log', 'php', 'json5'],
},
// this needs to be absolute link otherwise it gets resolved wrongly in project docs
image: 'https://apify.com/og-image/docs-article',
Expand Down

0 comments on commit 55e8937

Please sign in to comment.