This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/cpp
Christopher Di Bella 8f6bc3ae43
Updates C and C++ lexers (#2422)
* replaces `restrict` with `__restrict` in C++

`restrict` isn't a C++ keyword, but `__restrict` is recognised by Clang,
GCC, and MSVC as a language extension.

* adds `_BitInt` and `__int128` as C and C++ types

* `_BitInt` is a new C type and an extended integral type for C++.
* `__int128` is an extended integral type on both Clang and GCC.
2023-04-26 09:39:19 +02:00
..
alternative_tokens.txt adds C++ alternative tokens as keywords (#2421) 2023-04-26 09:36:39 +02:00
extension_keywords.txt Updates C and C++ lexers (#2422) 2023-04-26 09:39:19 +02:00
test_good_comment.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_open_comment.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_unicode_identifiers.txt Update test files. 2021-10-15 07:38:40 +02:00