We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faebd78 commit fa625e0Copy full SHA for fa625e0
docusaurus.config.ts
@@ -187,7 +187,18 @@ const config: Config = {
187
prism: {
188
theme: prismThemes.github,
189
darkTheme: prismThemes.dracula,
190
- additionalLanguages: ['bash'],
+ additionalLanguages: [
191
+ 'ruby',
192
+ 'csharp',
193
+ 'php',
194
+ 'java',
195
+ 'powershell',
196
+ 'json',
197
+ 'bash',
198
+ 'dart',
199
+ 'objectivec',
200
+ 'r',
201
+ ],
202
},
203
metadata: [
204
{
@@ -266,10 +277,6 @@ const config: Config = {
266
277
highlight: 'objective-c',
267
278
language: 'objective-c',
268
279
269
- {
270
- highlight: 'ocaml',
271
- language: 'ocaml',
272
- },
273
280
274
281
highlight: 'r',
275
282
language: 'r',
0 commit comments