From 45bb230dc0ae56b60405d4b9db3f7dcf2d2aefae Mon Sep 17 00:00:00 2001 From: Aaron Rancsik <20153302+aaronrancsik@users.noreply.github.com> Date: Mon, 28 Nov 2022 00:45:50 +0100 Subject: test(highlights/cpp): type -> type.builtin for primitive types. --- tests/query/highlights/cpp/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp index 4dd138e7e..68c51d592 100644 --- a/tests/query/highlights/cpp/test.cpp +++ b/tests/query/highlights/cpp/test.cpp @@ -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; -- cgit v1.2.3-70-g09d2