Skip to content

Commit bfcdcee

Browse files
committed
config: add support for JSON syntax highlighting
Signed-off-by: Mike Szczys <[email protected]>
1 parent 510bcf9 commit bfcdcee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ module.exports = {
157157
}
158158
}
159159
},
160+
prism: {
161+
additionalLanguages: ['json'],
162+
},
160163
},
161164
presets: [
162165
[

0 commit comments

Comments
 (0)