Fix Java, Groovy and Kotlin code highlighting
This commit is contained in:
parent
36a89de985
commit
ec85882fde
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ const config: Config = {
|
||||||
prism: {
|
prism: {
|
||||||
theme: prismThemes.github,
|
theme: prismThemes.github,
|
||||||
darkTheme: prismThemes.dracula,
|
darkTheme: prismThemes.dracula,
|
||||||
|
additionalLanguages: [
|
||||||
|
'java',
|
||||||
|
'kotlin',
|
||||||
|
'groovy'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
} satisfies Preset.ThemeConfig,
|
} satisfies Preset.ThemeConfig,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue