Skip to content

Commit

Permalink
Use correct syntax highlighting for .properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Mar 2, 2025
1 parent fdb3e5e commit f3604e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/gettingstarted/modfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ While the `group` property in the `build.gradle` is only necessary if you plan t

The group id should be set to your top-level package. See [Packaging][packaging] for more information.

```text
// In your gradle.properties file
```properties
# In your gradle.properties file
mod_group_id=com.example
```

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-1.20.4/gettingstarted/modfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ While the `group` property in the `build.gradle` is only necessary if you plan t

The group id should be set to your top-level package. See [Packaging][packaging] for more information.

```text
// In your gradle.properties file
```properties
# In your gradle.properties file
mod_group_id=com.example
```

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-1.20.6/gettingstarted/modfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ While the `group` property in the `build.gradle` is only necessary if you plan t

The group id should be set to your top-level package. See [Packaging][packaging] for more information.

```text
// In your gradle.properties file
```properties
# In your gradle.properties file
mod_group_id=com.example
```

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-1.21.1/gettingstarted/modfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ While the `group` property in the `build.gradle` is only necessary if you plan t

The group id should be set to your top-level package. See [Packaging][packaging] for more information.

```text
// In your gradle.properties file
```properties
# In your gradle.properties file
mod_group_id=com.example
```

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-1.21.3/gettingstarted/modfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ While the `group` property in the `build.gradle` is only necessary if you plan t

The group id should be set to your top-level package. See [Packaging][packaging] for more information.

```text
// In your gradle.properties file
```properties
# In your gradle.properties file
mod_group_id=com.example
```

Expand Down

1 comment on commit f3604e0

@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: f3604e00e36f82c794a48b546840216386321b84
Status: ✅ Deploy successful!
Preview URL: https://5bf17525.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-233.neoforged-docs-previews.pages.dev

Please sign in to comment.