Skip to content

Commit

Permalink
Add back additional languages removed in Docusaurus v3
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherClown committed Nov 26, 2024
1 parent 4d0df94 commit eacaca2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cli/src/getDocusaurusConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,17 @@ export default function getDocusaurusConfig({

themeConfig: {
prism: {
additionalLanguages: ["lua"],
additionalLanguages: [
"lua",
"bash",
"css",
"javascript",
"diff",
"git",
"json",
"typescript",
"toml",
],
},

navbar: {
Expand Down

0 comments on commit eacaca2

Please sign in to comment.