Packages
Packages copied to clipboard
[C/C++] digit separators
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