From 10dd49958c96f86c8247c715bd20a6681afc1d8b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 24 Dec 2023 12:52:21 +0100 Subject: chore(tests): consistent captures --- tests/query/highlights/cpp/test.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/query/highlights/cpp/test.cpp') diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp index 77e3be698..3f903a55f 100644 --- a/tests/query/highlights/cpp/test.cpp +++ b/tests/query/highlights/cpp/test.cpp @@ -1,19 +1,19 @@ #include #include -// ^ include -// ^ string +// ^ @include +// ^ @string auto main( int argc, char** argv ) -> int -// ^ type.builtin - // ^ parameter - // ^ type.builtin - // ^ type.builtin - // ^ operator +// ^ @type.builtin + // ^ @parameter + // ^ @type.builtin + // ^ @type.builtin + // ^ @operator { std::cout << "Hello world!" << std::endl; - // ^ punctuation.delimiter + // ^ @punctuation.delimiter return EXIT_SUCCESS; - // ^ keyword.return - // ^ constant + // ^ @keyword.return + // ^ @constant } -- cgit v1.2.3-70-g09d2