Removed bash highlighting support

This commit is contained in:
mdnapo 2024-07-20 00:33:02 +02:00
parent e2b2c82ff7
commit 5698b504e9

View File

@ -79,7 +79,7 @@ const config: Config = {
prism: {
theme: prismThemes.oneLight,
darkTheme: prismThemes.oneDark,
additionalLanguages: ["csharp", "bash"]
additionalLanguages: ["csharp"]
},
} satisfies Preset.ThemeConfig,
};