Skip to content

Commit 2f3afba

Browse files
authored
Merge pull request #41 from StarRocks/DanRoscigno-patch-4
[Doc] Add 'scala' to additionalLanguages in config
2 parents fc36412 + 7dbcb1f commit 2f3afba

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docusaurus.config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,15 @@ const config = {
302302
theme: prismThemes.github,
303303
darkTheme: prismThemes.dracula,
304304
additionalLanguages: [
305-
'java',
306-
'haskell',
307-
'python',
308-
'matlab',
309-
'bash',
310-
'diff',
311-
'json',
312-
'scss',
305+
"java",
306+
"haskell",
307+
"python",
308+
"matlab",
309+
"bash",
310+
"diff",
311+
"json",
312+
"scss",
313+
"scala",
313314
],
314315
},
315316
algolia: {

0 commit comments

Comments
 (0)