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

[C] Revise hexadecimal floats #4099

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

braewoods
Copy link
Contributor

This updates hexadecimal floats to follow a design similar to the new decimal float syntax. As a byproduct of the update, it also now matches the latest suffixes added in more recent C standards.

This updates hexadecimal floats to follow a design similar to the
new decimal float syntax. As a byproduct of the update, it also now
matches the latest suffixes added in more recent C standards.
@deathaxe deathaxe merged commit 24eac41 into sublimehq:master Nov 22, 2024
1 check passed
@braewoods braewoods deleted the c-hexadecimal-floats branch November 23, 2024 03:11
@jrappen
Copy link
Contributor

jrappen commented Nov 23, 2024

In general I'd appreciate tests along your contributions, so we can be sure they are covered in the future.

@braewoods
Copy link
Contributor Author

In general I'd appreciate tests along your contributions, so we can be sure they are covered in the future.

I generally do. This time I was only correcting the syntax highlighting for an existing syntax construct that already had defined tests. I didn't think there were any new cases to write tests for.

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.

4 participants