Skip to content

Commit 5384cea

Browse files
committed
Fix Prism.js configuration by removing XML language
1 parent b8408a5 commit 5384cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/AugmentWebviewStateStore.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jline-docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const config: Config = {
118118
prism: {
119119
theme: prismThemes.github,
120120
darkTheme: prismThemes.dracula,
121-
additionalLanguages: ['java', 'bash', 'diff', 'json', 'xml'],
121+
additionalLanguages: ['java', 'bash', 'diff', 'json'],
122122
defaultLanguage: 'java',
123123
magicComments: [
124124
// Remember to extend the default highlight class name as well!

0 commit comments

Comments
 (0)