-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
update nim grammar to support the new number literals #5306
update nim grammar to support the new number literals #5306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🙇
@lildude thanks! when will those changes be reflected? the snippet on top of this PR still appears broken, is there a place where i can know when the next release will happen? |
Changes don't appear automatically. They only appear when a new release is made and I'm in the process of testing the next release for release this week. You can follow along in #5305 |
update nim syntax to support the new number literals, eg:
Description
Checklist:
note that I'm also adding a new file samples/Nim/main.nim which illustrates all existing nim syntax including the new number literals which currently show up incorrectly but are being fixed via this PR
I've previously contributed to this repo for nim syntax (see #4295)
links
/cc @JohnAD @Varriount