test(highlights/cpp): type -> type.builtin for primitive types.

This commit is contained in:
Aaron Rancsik 2022-11-28 00:45:50 +01:00 committed by Stephan Seitz
parent 4e21b50fbd
commit 45bb230dc0

View file

@ -5,8 +5,8 @@
auto main( int argc, char** argv ) -> int
// ^ parameter
// ^ type
// ^ type
// ^ type.builtin
// ^ type.builtin
// ^ operator
{
std::cout << "Hello world!" << std::endl;