diff options
Diffstat (limited to 'tests/query/highlights/cpp')
| -rw-r--r-- | tests/query/highlights/cpp/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp index f0c3f62bf..0a13956fa 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 |
