Jure Slak

Results 1 issues of Jure Slak

**Describe the issue** [Integer literals](https://en.cppreference.com/w/cpp/language/integer_literal) in C++ may be written as 1'000'000'000 instead of 1000000000 for greater readability. When this is used inside a `#define`, if breaks highlighting which treats...

language
bug
help welcome
good first issue