feat!: remove obsolete TS* highlight groups

This commit is contained in:
Christian Clason 2022-10-16 14:52:15 +02:00 committed by Christian Clason
parent 4cccb6f494
commit 42ab95d5e1
8 changed files with 25 additions and 572 deletions

View file

@ -5,8 +5,8 @@
auto main( int argc, char** argv ) -> int
// ^ parameter
// ^ type
// ^ TSType
// ^ type
// ^ type
// ^ operator
{
std::cout << "Hello world!" << std::endl;