diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-10-16 14:52:15 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-10-16 15:50:55 +0200 |
| commit | 42ab95d5e11f247c6f0c8f5181b02e816caa4a4f (patch) | |
| tree | 7b8ee3f2475405878eefe0fc8033d133d95dc64b /tests/query/highlights/cpp | |
| parent | 4cccb6f494eb255b32a290d37c35ca12584c74d0 (diff) | |
feat!: remove obsolete `TS*` highlight groups
Diffstat (limited to 'tests/query/highlights/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 0a13956f..4dd138e7 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 - // ^ TSType + // ^ type + // ^ type // ^ operator { std::cout << "Hello world!" << std::endl; |
