Updates C and C++ lexers by cjdb · Pull Request #2422 · pygments/pygments

added 2 commits

April 26, 2023 00:08
`restrict` isn't a C++ keyword, but `__restrict` is recognised by Clang,
GCC, and MSVC as a language extension.
* `_BitInt` is a new C type and an extended integral type for C++.
* `__int128` is an extended integral type on both Clang and GCC.