Skip to content

Commit a156c79

Browse files
authored
restore JSON syntax highlighting (#1505)
At some point between the v0.24 site and the v0.25 site we lost syntax highlighting on JSON code blocks. (I assume the set of default languages changed at some point.) Update the docusaurus config file to restore JSON syntax highlighting.
1 parent 0de2f18 commit a156c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ const config = {
222222
'actionscript',
223223
'log',
224224
'ini',
225+
'json',
225226
'nginx',
226227
'rego',
227228
'shell-session',

0 commit comments

Comments
 (0)