summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-05-07 12:17:16 +0200
committerKiyan <yazdani.kiyan@protonmail.com>2022-05-07 13:30:36 +0200
commita4f9539a0c04836715c56de7e3c548bcde52b1dd (patch)
tree5c672d0b13bc695b0ed9443b3ca2d9ffd54af09d /tests
parentf6d38f6f54b8c729752f47a2e8595cc5d705350c (diff)
highlights(cpp): make "::" `@punctuation.delimiter`
Fixes #2902
Diffstat (limited to 'tests')
-rw-r--r--tests/query/highlights/cpp/test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp
index f0c3f62b..0a13956f 100644
--- a/tests/query/highlights/cpp/test.cpp
+++ b/tests/query/highlights/cpp/test.cpp
@@ -10,6 +10,7 @@ auto main( int argc, char** argv ) -> int
// ^ operator
{
std::cout << "Hello world!" << std::endl;
+ // ^ punctuation.delimiter
return EXIT_SUCCESS;
// ^ keyword.return