feat: add missing syntax highlighters

This commit is contained in:
Pete Davison
2024-01-25 14:53:13 +00:00
parent c7ba42b81a
commit 508ff717c9
5 changed files with 45 additions and 39 deletions

View File

@@ -254,7 +254,12 @@ const config: Config = {
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme
darkTheme: darkCodeTheme,
additionalLanguages: [
"bash", // aka. shell
"json",
"powershell"
]
},
// NOTE(@andreynering): Don't worry, these keys are meant to be public =)
algolia: {