Skip to content

Commit

Permalink
feat: add syntax highlighting for json, typescript and nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeessen committed Sep 27, 2024
1 parent f1b04ec commit 34f1d63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center)
// SPDX-FileCopyrightText: 2023 Netherlands eScience Center
// SPDX-FileCopyrightText: 2024 Christian Meeßen (GFZ) <[email protected]>
// SPDX-FileCopyrightText: 2024 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
//
// SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -187,6 +189,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['json', 'typescript', 'nginx']
},
}),
};
Expand Down

0 comments on commit 34f1d63

Please sign in to comment.