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

add support for hexadecimal int literals #9

Merged
merged 3 commits into from
Jul 25, 2022

Conversation

azerum
Copy link
Contributor

@azerum azerum commented Jul 16, 2022

First, thank you for your extension!

I use it to pick colors in Phaser JS game engine, where colors are written as numbers in the JavaScript source code. As in JS (and many other programming languages) hexadecimal int literals start with 0x, not #, I've added such color notation for this use case

@EugeneDae EugeneDae merged commit c895b9d into EugeneDae:master Jul 25, 2022
@EugeneDae
Copy link
Owner

Thank you for your contribution @azerum

It is now live in version 1.1.0.

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