diff options
Diffstat (limited to 'tests/query/highlights/cpp/test.cpp')
| -rw-r--r-- | tests/query/highlights/cpp/test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/cpp/test.cpp b/tests/query/highlights/cpp/test.cpp index 3f903a55f..4a4c6238a 100644 --- a/tests/query/highlights/cpp/test.cpp +++ b/tests/query/highlights/cpp/test.cpp @@ -1,11 +1,11 @@ #include <iostream> #include <cstdlib> -// ^ @include +// ^ @keyword.import // ^ @string auto main( int argc, char** argv ) -> int // ^ @type.builtin - // ^ @parameter + // ^ @variable.parameter // ^ @type.builtin // ^ @type.builtin // ^ @operator |
