Skip to content

Commit

Permalink
Add javascript to prism languages
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Nov 8, 2018
1 parent cbe39da commit d9c3764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const siteConfig = {
RemarkablePlugins.SnackPlayer,
RemarkablePlugins.ReactNativeWebPlayer,
],
usePrism: ['js', 'jsx', 'java', 'objective-c', 'json'],
usePrism: ['javascript', 'js', 'jsx', 'java', 'objective-c', 'json'],
highlight: {
theme: 'solarized-dark',
},
Expand Down

0 comments on commit d9c3764

Please sign in to comment.