Packages icon indicating copy to clipboard operation
Packages copied to clipboard

[C/C++] digit separators

Open Nemi26 opened this issue 1 year ago • 0 comments

What happened?

the latest C standard introduced digit separators, i.e. int foo() { return 1'000'000; }. Sublime text will highlight '000' as a string instead

Nemi26 avatar Apr 28 '24 20:04 Nemi26