Skip to content

Commit

Permalink
Add support for syntax highlighting of '.properties' files
Browse files Browse the repository at this point in the history
At the moment, only the [Parchment site](https://docs.neoforged.net/neogradle/docs/parchment) uses a `properties` area, but maybe there will be more in the future.
  • Loading branch information
MelanX authored Mar 2, 2025
1 parent 604f875 commit fdb3e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const config = {
prism: {
theme: lightTheme,
darkTheme: darkTheme,
additionalLanguages: ["java", "gradle", "toml", "groovy", "kotlin", "javascript", "json", "json5"],
additionalLanguages: ["java", "gradle", "toml", "groovy", "kotlin", "javascript", "json", "json5", "properties"],
},
algolia: {
// The application ID provided by Algolia
Expand Down

1 comment on commit fdb3e5e

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: fdb3e5ecd673d90f0bbe8cc21359011897a80d07
Status: ✅ Deploy successful!
Preview URL: https://181354d3.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-233.neoforged-docs-previews.pages.dev

Please sign in to comment.