Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Zig icon to ZON files #81

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Extend Zig icon to ZON files #81

merged 1 commit into from
Dec 23, 2023

Conversation

mataha
Copy link

@mataha mataha commented Dec 18, 2023

Description

This commit extends Zig icon to ZON (Zig Object Notation) files.

Motivation and Context

zig init now creates a build.zig.zon file while initializing a new project.

How Has This Been Tested?

  • file_type_zon.zon

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have read the CONTRIBUTING document.

@deathaxe
Copy link
Member

deathaxe commented Dec 18, 2023

Which package provides a reals syntax for source.zon?

Currently appears, adding zon extension to zig syntax would be sufficient.

ZON stands for Zig Object Notation.

Common example in the wild: build.zig.zon
@mataha
Copy link
Author

mataha commented Dec 18, 2023

Which package provides a reals syntax for source.zon?

Currently appears, adding zon extension to zig syntax would be sufficient.

Then I'll do just that - no idea when will this land in the Zig package.

@mataha
Copy link
Author

mataha commented Dec 22, 2023

Added zon to Zig syntax.

@deathaxe deathaxe merged commit 08123cf into SublimeText:develop Dec 23, 2023
1 check passed
@mataha mataha deleted the feat/zon branch December 23, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants