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: {
|
||||
theme: prismThemes.github,
|
||||
darkTheme: prismThemes.dracula,
|
||||
additionalLanguages: [
|
||||
'java',
|
||||
'kotlin',
|
||||
'groovy'
|
||||
],
|
||||
},
|
||||
} satisfies Preset.ThemeConfig,
|
||||
|
||||
|
|
Loading…
Reference in a new issue