Skip to content

Commit

Permalink
Update docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
smals-jy authored Oct 30, 2024
1 parent 1d5ee68 commit 44e0c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ["bash", "markup", "typescript"]
additionalLanguages: ["bash", "markup", "typescript", "properties"]
},
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit 44e0c6b

Please sign in to comment.