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

Allow standalone _ to be recognized as identifier in Nim #157

Merged
merged 1 commit into from
Aug 2, 2018

Conversation

kaushalmodi
Copy link
Contributor

@kaushalmodi kaushalmodi commented Jul 31, 2018

Fixes #146.

After the fix, the standalone _ renders fine.

Before Fix

buggy

After Fix

fixed

@alecthomas alecthomas merged commit 5d7fef2 into alecthomas:master Aug 2, 2018
@alecthomas
Copy link
Owner

Excellent!

@kaushalmodi kaushalmodi deleted the nim_underscore branch August 2, 2018 16:36
mrsdizzie pushed a commit to mrsdizzie/chroma that referenced this pull request Jul 15, 2020
Allow standalone _ to be recognized as identifier in Nim
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.

Can "_" be considered as a valid variable name in Nim?
2 participants