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

Digit separator messes up C++ highlighting #173

Closed
yudi-azvd opened this issue Mar 15, 2024 · 1 comment
Closed

Digit separator messes up C++ highlighting #173

yudi-azvd opened this issue Mar 15, 2024 · 1 comment
Labels
Bug A report of unintended or broken behavior.

Comments

@yudi-azvd
Copy link

yudi-azvd commented Mar 15, 2024

RAD Debugger v0.9.8-alpha

It's not critical or anything, but the following snippet

sound_output.samples_per_second   = 48'000;

at line 429 (see image below) causes everything after to render in yellow.

image

Maybe the character ' starts a string sequence or something.

@yudi-azvd yudi-azvd changed the title Number separator messes up C++ highlighting Digit separator messes up C++ highlighting Mar 15, 2024
@ryanfleury ryanfleury added the Bug A report of unintended or broken behavior. label Mar 21, 2024
@ryanfleury
Copy link
Collaborator

Fixed in ca6e75d. This will be in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior.
Projects
None yet
Development

No branches or pull requests

2 participants